Add name to container display

This commit is contained in:
Michael Crosby
2013-12-13 10:16:40 -08:00
parent e3f804ef88
commit a392c8ec87
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1 +1,2 @@
dockerui
*.esproj*
+1 -1
View File
@@ -1,6 +1,6 @@
<div class="detail">
<h4>Container: {{ container.Id }}</h4>
<h4>Container: {{ container.Name }}</h4>
<div class="btn-group detail">
<button class="btn btn-success" ng-click="start()">Start</button>