mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(UAC): fix the ability to update the ownership of a resource from public to another type (#1054)
This commit is contained in:
parent
12eb9671de
commit
53583741ba
5 changed files with 6 additions and 1 deletions
|
@ -2,6 +2,8 @@ angular.module('portainer').component('porAccessControlPanel', {
|
|||
templateUrl: 'app/directives/accessControlPanel/porAccessControlPanel.html',
|
||||
controller: 'porAccessControlPanelController',
|
||||
bindings: {
|
||||
// The component will use this identifier when updating the resource control object.
|
||||
resourceId: '<',
|
||||
// The component will display information about this resource control object.
|
||||
resourceControl: '=',
|
||||
// This component is usually displayed inside a resource-details view.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue