monitoring: Fix missing columns when selecting multiple services
refs #5543
This commit is contained in:
parent
7508e72df8
commit
840ecf681e
|
@ -53,6 +53,7 @@ class ServicesController extends Controller
|
|||
{
|
||||
$this->serviceList->setColumns(array(
|
||||
'host_display_name',
|
||||
'host_handled',
|
||||
'host_name',
|
||||
'host_problem',
|
||||
'host_state',
|
||||
|
@ -93,6 +94,7 @@ class ServicesController extends Controller
|
|||
$this->view->checkNowForm = $checkNowForm;
|
||||
$this->serviceList->setColumns(array(
|
||||
'host_display_name',
|
||||
'host_handled',
|
||||
'host_name',
|
||||
'host_problem',
|
||||
'host_state',
|
||||
|
|
Loading…
Reference in New Issue