mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 14:24:41 +02:00
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…
x
Reference in New Issue
Block a user