1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-07 23:05:26 +02:00

fix(docker): create custom template [EE-4114] (#7812)

* EE-4114 fix(docker): create custom template

* Update customtemplate_create.go

remove white space
This commit is contained in:
Rex Wang 2022-10-20 16:42:49 +08:00 committed by GitHub
parent 0219d41ba7
commit 3f51d077ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 8 deletions

View file

@ -83,9 +83,6 @@
<button type="button" class="btn btn-sm btn-primary" ngf-select ng-model="$ctrl.formValues.File"> Select file </button>
<span class="space-left">
{{ $ctrl.formValues.File.name }}
<span ng-if="$ctrl.formValues.File">
<pr-icon icon="'x'" feather="true" mode="'danger'"></pr-icon>
</span>
</span>
</div>
</div>