mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
Optionally include stopped containers
This commit is contained in:
parent
017863bfc0
commit
8e0baf0e37
2 changed files with 19 additions and 7 deletions
|
@ -15,6 +15,7 @@
|
|||
<button class="btn btn-info" ng-click="network.showSelectedUpstream()">Show Selected Upstream</button>
|
||||
<button class="btn btn-success" ng-click="network.showAll()">Show All</button>
|
||||
</div>
|
||||
<input type="checkbox" ng-model="includeStopped" id="includeStopped" ng-change="toggleIncludeStopped()"/> <label for="includeStopped">Include stopped containers</label>
|
||||
</div>
|
||||
<div class="row">
|
||||
<vis-network data="network.data" options="network.options" events="network.events"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue