monitoring: Remove ununsed sort rule in the ServiceStatus

This commit is contained in:
Eric Lippmann 2015-01-21 09:31:38 +01:00
parent 9e8c897d6f
commit 5df6828889
1 changed files with 0 additions and 3 deletions

View File

@ -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',