fix(docker/images): show image selector advanced mode (#5032)

pull/5051/head
Chaim Lev-Ari 2021-05-05 11:16:59 +03:00 committed by GitHub
parent 317ebe2bfc
commit dcc77e50e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<!-- use registry -->
<div ng-if="$ctrl.model.UseRegistry">
<div class="form-group">
<div>
<div class="form-group" ng-if="$ctrl.model.UseRegistry">
<label for="image_registry" class="control-label text-left" ng-class="$ctrl.labelClass">
Registry
</label>