mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 05:44:36 +02:00
Fix array indent in RoleController::createListTabs()
This commit is contained in:
parent
5c883d902e
commit
3e6a55bc07
@ -149,15 +149,15 @@ class RoleController extends AuthBackendController
|
|||||||
$tabs->add(
|
$tabs->add(
|
||||||
'role/list',
|
'role/list',
|
||||||
array(
|
array(
|
||||||
'title' => $this->translate(
|
'baseTarget' => '_main',
|
||||||
|
'label' => $this->translate('Roles'),
|
||||||
|
'title' => $this->translate(
|
||||||
'Configure roles to permit or restrict users and groups accessing Icinga Web 2'
|
'Configure roles to permit or restrict users and groups accessing Icinga Web 2'
|
||||||
),
|
),
|
||||||
'label' => $this->translate('Roles'),
|
'url' => 'role/list'
|
||||||
'url' => 'role/list',
|
|
||||||
'baseTarget' => '_main'
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
return $tabs;
|
return $tabs;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user