Skip to content

Commit

Permalink
monitoring: Fix missing columns when selecting multiple services
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 12, 2015
1 parent 7508e72 commit 840ecf6
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -53,6 +53,7 @@ protected function handleCommandForm(ObjectsCommandForm $form)
{
$this->serviceList->setColumns(array(
'host_display_name',
'host_handled',
'host_name',
'host_problem',
'host_state',
Expand Down Expand Up @@ -93,6 +94,7 @@ public function showAction()
$this->view->checkNowForm = $checkNowForm;
$this->serviceList->setColumns(array(
'host_display_name',
'host_handled',
'host_name',
'host_problem',
'host_state',
Expand Down

0 comments on commit 840ecf6

Please sign in to comment.