1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

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
.gitignore vendored
View file

@ -1 +1,2 @@
dockerui
*.esproj*

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>