1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

Adding commit button

This commit is contained in:
Bharath Thiruveedula 2015-05-12 22:23:19 +05:30
parent 2bc6b2995d
commit 968efed6c3
3 changed files with 33 additions and 2 deletions

View file

@ -40,6 +40,10 @@
ng-click="unpause()"
ng-show="container.State.Running && container.State.Paused">Unpause
</button>
<button class="btn btn-primary"
ng-click="commit()"
ng-show="container.State.Running && !container.State.Paused">Commit
</button>
</div>
<table class="table table-striped">