mirror of https://github.com/portainer/portainer
Allow running containers to be committed.
parent
0ddf4a1828
commit
786b94b285
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue