mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 09:14:09 +02:00
Fixed style issue.
This commit is contained in:
parent
ce4850d2de
commit
8e38b1e318
@ -105,7 +105,9 @@ class ObjectTabs extends Tabs
|
||||
}
|
||||
|
||||
// TODO: remove table check once we resolve all group types
|
||||
if ($object->isGroup() && ($object->getShortTableName() === 'hostgroup' || $object->getShortTableName() === 'servicegroup')) {
|
||||
if ($object->isGroup() &&
|
||||
($object->getShortTableName() === 'hostgroup' || $object->getShortTableName() === 'servicegroup')
|
||||
) {
|
||||
$this->add('membership', [
|
||||
'url' => sprintf('director/%s/membership', $type),
|
||||
'urlParams' => $params,
|
||||
|
Loading…
x
Reference in New Issue
Block a user