mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
EE-3498 update registry/endpoint registry/manage access (#7353)
This commit is contained in:
parent
bb447bb02a
commit
698a91596e
10 changed files with 45 additions and 28 deletions
|
@ -19,7 +19,7 @@
|
|||
data-cy="config-searchInput"
|
||||
/>
|
||||
</div>
|
||||
<div class="actionBar !gap-3" ng-if="!$ctrl.offlineMode" authorization="DockerConfigDelete, DockerConfigCreate">
|
||||
<div class="actionBar !gap-3" authorization="DockerConfigDelete, DockerConfigCreate">
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-sm btn-dangerlight h-fit vertical-center !ml-0"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
data-cy="secret-searchInput"
|
||||
/>
|
||||
</div>
|
||||
<div class="actionBar !gap-3" ng-if="!$ctrl.offlineMode" authorization="DockerSecretDelete, DockerSecretCreate">
|
||||
<div class="actionBar !gap-3" authorization="DockerSecretDelete, DockerSecretCreate">
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-sm btn-dangerlight h-fit vertical-center !ml-0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue