monitoring: Remove ununsed sort rule in the ServiceStatus
This commit is contained in:
parent
9e8c897d6f
commit
5df6828889
|
@ -137,9 +137,6 @@ class ServiceStatus extends DataView
|
|||
),
|
||||
'order' => self::SORT_ASC
|
||||
),
|
||||
'host_last_state_change' => array(
|
||||
'order' => self::SORT_ASC
|
||||
),
|
||||
'host_severity' => array(
|
||||
'columns' => array(
|
||||
'host_severity',
|
||||
|
|
Loading…
Reference in New Issue