fix(image) EE-1955 unable to tag image (#5974)

Co-authored-by: Simon Meng <simon.meng@portainer.io>
pull/5983/head
cong meng 2021-10-26 15:22:28 +13:00 committed by GitHub
parent db00390cd2
commit 5c85c563e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
<!-- !tag-note -->
<div class="form-group">
<div class="col-sm-12">
<button type="button" class="btn btn-primary btn-sm" ng-disabled="!state.pullImageValidity || !formValues.RegistryModel.Image" ng-click="tagImage()">Tag</button>
<button type="button" class="btn btn-primary btn-sm" ng-disabled="!formValues.RegistryModel.Image" ng-click="tagImage()">Tag</button>
</div>
</div>
</form>