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:
John Knox
2019-06-17 09:55:15 -07:00
committed by Facebook Github Bot
parent 1d776f6b9e
commit ee3473c42a

View File

@@ -120,7 +120,7 @@ const INITIAL_COLUMN_ORDER = [
},
{
key: 'time',
visible: false,
visible: true,
},
{
key: 'pid',