add warning message for adding registry to namespace (#5793)
parent
00c7464c25
commit
ce5ea28727
|
@ -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…
Reference in New Issue