mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-05-28 04:35:53 -04:00
ObjectsController: hide sets for now...
...didn't want to push that early :p
This commit is contained in:
parent
bab23c8f9b
commit
c91084f0db
1 changed files with 2 additions and 0 deletions
|
|
@ -68,10 +68,12 @@ abstract class ObjectsController extends ActionController
|
|||
}
|
||||
|
||||
if ($object->supportsSets() || $object->isGroup() /** Bullshit, need base object, wrong on users */) {
|
||||
/** forced to master, disabled for now
|
||||
$tabs->add('sets', array(
|
||||
'url' => sprintf('director/%ss/sets', $type),
|
||||
'label' => $this->translate('Sets')
|
||||
));
|
||||
*/
|
||||
}
|
||||
|
||||
$tabs->add('tree', array(
|
||||
|
|
|
|||
Loading…
Reference in a new issue