1
0
Fork 0
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:
Karl Gutwin 2015-08-12 16:01:33 -04:00
parent 017863bfc0
commit 8e0baf0e37
2 changed files with 19 additions and 7 deletions

View file

@ -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"