mirror of
https://github.com/portainer/portainer.git
synced 2026-08-07 10:14:48 +00:00
Add name to container display
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user