Show timestamp in logs by default
Summary: Makes the timestamp column visible by default in the logs plugin. Can still be hidden by right clicking the column name. Reviewed By: passy Differential Revision: D15855890 fbshipit-source-id: 349a224c6a0ddfe607e7d92ce11df07c42b5db36
This commit is contained in:
committed by
Facebook Github Bot
parent
1d776f6b9e
commit
ee3473c42a
@@ -120,7 +120,7 @@ const INITIAL_COLUMN_ORDER = [
|
||||
},
|
||||
{
|
||||
key: 'time',
|
||||
visible: false,
|
||||
visible: true,
|
||||
},
|
||||
{
|
||||
key: 'pid',
|
||||
|
||||
Reference in New Issue
Block a user