Allow running containers to be committed.

pull/2/head
Kevan Ahlquist 2016-02-16 00:09:12 -06:00
parent 0ddf4a1828
commit 786b94b285
1 changed files with 1 additions and 2 deletions

View File

@ -45,8 +45,7 @@
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
ng-click="commit()">Commit
</button>
</div>