add warning message for adding registry to namespace (#5793)

pull/5924/head
Richard Wei 3 years ago committed by GitHub
parent 00c7464c25
commit ce5ea28727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save