list/hosts: add missing host_attempt column
This commit is contained in:
parent
49cd55eddd
commit
da821fd952
|
@ -87,6 +87,7 @@ class Monitoring_ListController extends Controller
|
|||
'host_address',
|
||||
'host_acknowledged',
|
||||
'host_output',
|
||||
'host_attempt',
|
||||
'host_in_downtime',
|
||||
'host_is_flapping',
|
||||
'host_state_type',
|
||||
|
|
Loading…
Reference in New Issue