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:
parent
2bc6b2995d
commit
968efed6c3
3 changed files with 33 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue