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:
parent
0ddf4a1828
commit
786b94b285
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue