Display container name on dashboard

pull/2/head
Michael Crosby 2013-12-30 10:39:55 -08:00
parent 0a6d413ebd
commit efd58156f7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<h3>Running Containers</h3>
<ul>
<li ng-repeat="container in containers|orderBy:predicate">
<a href="/#/containers/{{ container.Id }}/">{{ container.Image }}</a>
<a href="/#/containers/{{ container.Id }}/">{{ container|containername }}</a>
<span class="label label-{{ container.Status|statusbadge }}">{{ container.Status }}</span>
</li>
</ul>