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

pull/5924/head
Richard Wei 2021-10-18 22:46:22 +13:00 committed by GitHub
parent 00c7464c25
commit ce5ea28727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<label class="col-sm-3 col-lg-2 control-label text-left" style="padding-top: 0;"> <label class="col-sm-3 col-lg-2 control-label text-left" style="padding-top: 0;">
Select namespaces Select namespaces
</label> </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"> <span class="small text-muted" ng-if="!$ctrl.resourcePools.length">
No namespaces available. No namespaces available.
</span> </span>
@ -33,6 +33,10 @@
> >
</span> </span>
</div> </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> </div>
<!-- actions --> <!-- actions -->