mirror of https://github.com/portainer/portainer
16 lines
573 B
HTML
16 lines
573 B
HTML
<div ng-if="$ctrl.registry">
|
|
<page-header title="'Registry access'" breadcrumbs="[{label:'Registries', link:'docker.registries'}, $ctrl.registry.Name, 'Access management']"> </page-header>
|
|
|
|
<registry-details registry="$ctrl.registry"></registry-details>
|
|
|
|
<por-access-management
|
|
ng-if="$ctrl.endpointGroup"
|
|
access-controlled-entity="$ctrl.registryEndpointAccesses"
|
|
entity-type="registry"
|
|
action-in-progress="$ctrl.state.actionInProgress"
|
|
update-access="$ctrl.updateAccess"
|
|
filter-users="$ctrl.filterUsers"
|
|
>
|
|
</por-access-management>
|
|
</div>
|