mirror of
https://github.com/portainer/portainer.git
synced 2025-08-01 20:05:23 +02:00
fix(app): un-needed checkbox in service details view (#2982)
This commit is contained in:
commit
2bf125c8cc
1 changed files with 0 additions and 2 deletions
|
@ -5,11 +5,9 @@ angular.module('portainer.extensions.rbac')
|
|||
try {
|
||||
const rbacEnabled = await ExtensionService.extensionEnabled(ExtensionService.EXTENSIONS.RBAC);
|
||||
if (!rbacEnabled) {
|
||||
elem.show();
|
||||
return;
|
||||
}
|
||||
} catch (err) {
|
||||
elem.show();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue