mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 05:44:36 +02:00
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…
x
Reference in New Issue
Block a user