mirror of https://github.com/portainer/portainer
Add name to container display
parent
e3f804ef88
commit
a392c8ec87
|
@ -1 +1,2 @@
|
||||||
dockerui
|
dockerui
|
||||||
|
*.esproj*
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="detail">
|
<div class="detail">
|
||||||
|
|
||||||
<h4>Container: {{ container.Id }}</h4>
|
<h4>Container: {{ container.Name }}</h4>
|
||||||
|
|
||||||
<div class="btn-group detail">
|
<div class="btn-group detail">
|
||||||
<button class="btn btn-success" ng-click="start()">Start</button>
|
<button class="btn btn-success" ng-click="start()">Start</button>
|
||||||
|
|
Loading…
Reference in New Issue