mirror of https://github.com/portainer/portainer
fix(UAC): provide required UI context [EE-4415] (#7854)
parent
5488389278
commit
f6d6be90e4
|
@ -109,7 +109,7 @@ export const componentsModule = angular
|
||||||
.component('boxSelectorBadgeIcon', r2a(BadgeIcon, ['featherIcon', 'icon']))
|
.component('boxSelectorBadgeIcon', r2a(BadgeIcon, ['featherIcon', 'icon']))
|
||||||
.component(
|
.component(
|
||||||
'accessControlPanel',
|
'accessControlPanel',
|
||||||
r2a(withReactQuery(withCurrentUser(AccessControlPanel)), [
|
r2a(withUIRouter(withReactQuery(withCurrentUser(AccessControlPanel))), [
|
||||||
'disableOwnershipChange',
|
'disableOwnershipChange',
|
||||||
'onUpdateSuccess',
|
'onUpdateSuccess',
|
||||||
'resourceControl',
|
'resourceControl',
|
||||||
|
|
Loading…
Reference in New Issue