mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
Merge branch 'crosbymichael-master' into bharat-add-commit
Conflicts: app/components/container/container.html
This commit is contained in:
commit
c0ae0d8d3f
2 changed files with 15 additions and 0 deletions
|
@ -40,6 +40,10 @@
|
|||
ng-click="unpause()"
|
||||
ng-show="container.State.Running && container.State.Paused">Unpause
|
||||
</button>
|
||||
<button class="btn btn-success"
|
||||
ng-click="restart()"
|
||||
ng-show="container.State.Running && !container.State.Stopped">Restart
|
||||
</button>
|
||||
<button class="btn btn-primary"
|
||||
ng-click="commit()"
|
||||
ng-show="container.State.Running && !container.State.Paused">Commit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue