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

Allow running containers to be committed.

This commit is contained in:
Kevan Ahlquist 2016-02-16 00:09:12 -06:00
parent 0ddf4a1828
commit 786b94b285

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>