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