mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
Display container name on dashboard
This commit is contained in:
parent
0a6d413ebd
commit
efd58156f7
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue