mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
add warning message for adding registry to namespace (#5793)
This commit is contained in:
parent
00c7464c25
commit
ce5ea28727
1 changed files with 5 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
<label class="col-sm-3 col-lg-2 control-label text-left" style="padding-top: 0;">
|
||||
Select namespaces
|
||||
</label>
|
||||
<div class="col-sm-9 col-lg-4">
|
||||
<div class="col-sm-9 col-lg-4" style="margin-bottom: 15px;">
|
||||
<span class="small text-muted" ng-if="!$ctrl.resourcePools.length">
|
||||
No namespaces available.
|
||||
</span>
|
||||
|
@ -33,6 +33,10 @@
|
|||
>
|
||||
</span>
|
||||
</div>
|
||||
<div class="col-sm-12 small text-muted">
|
||||
<i class="fa fa-exclamation-circle orange-icon" aria-hidden="true" style="margin-right: 2px;"></i>
|
||||
Note: adding this registry will expose the registry credentials to all users of this namespace
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- actions -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue