fix(ui): fix bad name for image field in container creation view

pull/75/head
Anthony Lapenna 2016-07-13 13:47:15 +12:00
parent 3b0d726c2a
commit f378d56543
1 changed files with 1 additions and 1 deletions

View File

@ -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>