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:
parent
e3f804ef88
commit
a392c8ec87
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
dockerui
|
||||
*.esproj*
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue