mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-21 21:04:26 +02:00
HostsController: indentation
This commit is contained in:
parent
c381fb76f0
commit
f12271f7a3
@ -61,10 +61,11 @@ class HostsController extends ObjectsController
|
||||
count($objects)
|
||||
);
|
||||
|
||||
$this->content()->add(IcingaAddServiceToMultipleHostsForm::load()
|
||||
->setHosts($objects)
|
||||
->setDb($this->db())
|
||||
->handleRequest()
|
||||
$this->content()->add(
|
||||
IcingaAddServiceToMultipleHostsForm::load()
|
||||
->setHosts($objects)
|
||||
->setDb($this->db())
|
||||
->handleRequest()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user