fix(namespace): remove duplicate 'no registry' text [EE-2226] (#10519)

Co-authored-by: testa113 <testa113>
pull/6673/merge
Ali 2023-10-23 19:49:24 +01:00 committed by GitHub
parent 10c3ed42f0
commit e110856003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -205,12 +205,6 @@
<div class="form-group">
<label class="col-sm-3 col-lg-2 control-label !pt-0 text-left" for="registries-selector"> Select registries </label>
<div class="col-sm-9 col-lg-4">
<span class="small text-muted" ng-if="!ctrl.registries.length && ctrl.isAdmin">
No registries available. Head over to the <a ui-sref="portainer.registries">registry view</a> to define a container registry.
</span>
<span class="small text-muted" ng-if="!ctrl.registries.length && !ctrl.isAdmin">
No registries available. Contact your administrator to create a container registry.
</span>
<create-namespace-registries-selector
input-id="'registries-selector'"
value="ctrl.formValues.Registries"