style(container-creation): remove useless labels section (#532)

pull/534/head
Anthony Lapenna 2017-01-23 16:10:12 +13:00 committed by GitHub
parent 70f139514f
commit 8cf6d34362
1 changed files with 0 additions and 10 deletions

View File

@ -95,16 +95,6 @@
<!-- !port-mapping-input-list -->
</div>
<!-- !port-mapping -->
<!-- labels -->
<div class="form-group">
<label for="container_labels" class="col-sm-1 control-label text-left">Labels</label>
<div class="col-sm-11">
<span class="label label-default interactive" ng-click="addLabel()">
<i class="fa fa-plus-circle" aria-hidden="true"></i> label
</span>
</div>
</div>
<!-- !labels-->
</form>
</rd-widget-body>
</rd-widget>