mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-24 22:34:25 +02:00
ObjectsController: hide sets for now...
...didn't want to push that early :p
This commit is contained in:
parent
bab23c8f9b
commit
c91084f0db
@ -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…
x
Reference in New Issue
Block a user