mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-09 00:33:03 -04:00
ServicesetController: open hosts next to us
This commit is contained in:
parent
02b60ba3d1
commit
af1e146466
1 changed files with 0 additions and 3 deletions
|
|
@ -83,9 +83,6 @@ class ServicesetController extends ObjectController
|
|||
{
|
||||
$db = $this->db();
|
||||
$set = $this->object;
|
||||
|
||||
$this->view->stayHere = true;
|
||||
|
||||
$this->getTabs()->activate('hosts');
|
||||
$this->view->title = sprintf(
|
||||
$this->translate('Hosts using this set: %s'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue