mirror of https://github.com/rancher/ui.git
Add missing actions to form-members-global-access
rancher/rancher#19676
This commit is contained in:
parent
03a331cedb
commit
cf8b909d39
|
|
@ -238,6 +238,7 @@
|
|||
resource=multiClusterApp
|
||||
addAuthorizedPrincipal=(action "addAuthorizedPrincipal")
|
||||
removeMember=(action "removeMember")
|
||||
gotError=(action "gotError")
|
||||
}}
|
||||
|
||||
{{/accordion-list-item}}
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
{{input-identity
|
||||
allowTeams=true
|
||||
allowLocal=true
|
||||
action=(action "addAuthorized")
|
||||
onError=(action "gotError")
|
||||
action=(action "addPrincipal")
|
||||
onError=gotError
|
||||
}}
|
||||
</div>
|
||||
<div class="col span-12">
|
||||
|
|
|
|||
Loading…
Reference in New Issue