1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

New: Time column is first column on events page

This commit is contained in:
Robin Dadswell
2021-11-21 17:06:42 +00:00
committed by GitHub
parent d11c691a73
commit 3f9f8b3e2d
2 changed files with 18 additions and 18 deletions
+7 -7
View File
@@ -86,6 +86,13 @@ export const defaultState = {
isVisible: true,
isModifiable: false
},
{
name: 'time',
label: 'Time',
isSortable: true,
isVisible: true,
isModifiable: false
},
{
name: 'logger',
label: 'Component',
@@ -99,13 +106,6 @@ export const defaultState = {
isVisible: true,
isModifiable: false
},
{
name: 'time',
label: 'Time',
isSortable: true,
isVisible: true,
isModifiable: false
},
{
name: 'actions',
columnLabel: 'Actions',