mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
Restart Feature - Implementing restart feature for single containers
This commit is contained in:
parent
2bc6b2995d
commit
c10dc38a89
2 changed files with 15 additions and 0 deletions
|
@ -40,6 +40,10 @@
|
|||
ng-click="unpause()"
|
||||
ng-show="container.State.Running && container.State.Paused">Unpause
|
||||
</button>
|
||||
<button class="btn btn-success"
|
||||
ng-click="restart()"
|
||||
ng-show="container.State.Running && !container.State.Stopped">Restart
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<table class="table table-striped">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue