mirror of https://github.com/portainer/portainer
fix(ui): fix bad name for image field in container creation view
parent
3b0d726c2a
commit
f378d56543
|
@ -20,7 +20,7 @@
|
|||
<!-- !name-input -->
|
||||
<!-- image-and-registry-inputs -->
|
||||
<div class="form-group">
|
||||
<label for="container_image" class="col-sm-1 control-label text-left">Name</label>
|
||||
<label for="container_image" class="col-sm-1 control-label text-left">Image</label>
|
||||
<div class="col-sm-7">
|
||||
<input type="text" class="form-control" ng-model="config.Image" id="container_image" placeholder="e.g. ubuntu:trusty">
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue