monitoring: Fix missing columns when selecting multiple services

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-12 11:36:49 +01:00
parent 7508e72df8
commit 840ecf681e
1 changed files with 2 additions and 0 deletions

View File

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