monitoring: Select the host_display_name column in the services overview
refs #7843
This commit is contained in:
parent
c77996d5b9
commit
3bb5a9c702
|
@ -182,6 +182,7 @@ class Monitoring_ListController extends Controller
|
|||
|
||||
$columns = array_merge(array(
|
||||
'host_name',
|
||||
'host_display_name',
|
||||
'host_state',
|
||||
'host_state_type',
|
||||
'host_last_state_change',
|
||||
|
|
Loading…
Reference in New Issue