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
|
'order' => self::SORT_ASC
|
||||||
),
|
),
|
||||||
'host_last_state_change' => array(
|
|
||||||
'order' => self::SORT_ASC
|
|
||||||
),
|
|
||||||
'host_severity' => array(
|
'host_severity' => array(
|
||||||
'columns' => array(
|
'columns' => array(
|
||||||
'host_severity',
|
'host_severity',
|
||||||
|
|
Loading…
Reference in New Issue