mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
Remove limit count for service set directly added to the host
This commit is contained in:
parent
612165c4c3
commit
9e332b4022
@ -371,6 +371,7 @@ class HostController extends ObjectController
|
||||
->setHost($host)
|
||||
->setBranch($this->getBranch())
|
||||
->setAffectedHost($affectedHost)
|
||||
->removeQueryLimit()
|
||||
->setTitle($title);
|
||||
if ($roService) {
|
||||
$table->setReadonly()->highlightService($roService);
|
||||
|
Loading…
x
Reference in New Issue
Block a user