mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
role|user|group: Open Audit
tab always in #col1
and close #col2
This commit is contained in:
parent
ab7d73a8ee
commit
c203ffdd79
@ -387,7 +387,8 @@ class GroupController extends AuthBackendController
|
|||||||
[
|
[
|
||||||
'title' => $this->translate('Audit a user\'s or group\'s privileges'),
|
'title' => $this->translate('Audit a user\'s or group\'s privileges'),
|
||||||
'label' => $this->translate('Audit'),
|
'label' => $this->translate('Audit'),
|
||||||
'url' => 'role/audit'
|
'url' => 'role/audit',
|
||||||
|
'baseTarget' => '_main',
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -263,7 +263,8 @@ class RoleController extends AuthBackendController
|
|||||||
[
|
[
|
||||||
'title' => $this->translate('Audit a user\'s or group\'s privileges'),
|
'title' => $this->translate('Audit a user\'s or group\'s privileges'),
|
||||||
'label' => $this->translate('Audit'),
|
'label' => $this->translate('Audit'),
|
||||||
'url' => 'role/audit'
|
'url' => 'role/audit',
|
||||||
|
'baseTarget' => '_main'
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -344,7 +344,8 @@ class UserController extends AuthBackendController
|
|||||||
[
|
[
|
||||||
'title' => $this->translate('Audit a user\'s or group\'s privileges'),
|
'title' => $this->translate('Audit a user\'s or group\'s privileges'),
|
||||||
'label' => $this->translate('Audit'),
|
'label' => $this->translate('Audit'),
|
||||||
'url' => 'role/audit'
|
'url' => 'role/audit',
|
||||||
|
'baseTarget' => '_main'
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user