1
0
Fork 0
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:
Kevan Ahlquist 2015-05-14 01:01:26 -05:00
commit c0ae0d8d3f
2 changed files with 15 additions and 0 deletions

View file

@ -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