Do not select icon_image columns in the service detail view

The columns host_icon_image and service_icon_image are not used in the service detail view.

refs #8665
refs #8614
This commit is contained in:
Eric Lippmann 2015-03-10 10:00:07 +01:00
parent 330b575c7c
commit af4bce3557
1 changed files with 0 additions and 2 deletions

View File

@ -122,7 +122,6 @@ class Service extends MonitoredObject
'service_unhandled',
'service_output',
'service_last_state_change',
'service_icon_image',
'service_long_output',
'service_is_flapping',
'service_state_type',
@ -138,7 +137,6 @@ class Service extends MonitoredObject
'service_check_command',
'service_check_source',
'service_current_notification_number',
'host_icon_image',
'host_acknowledged',
'host_output',
'host_long_output',