1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-01 20:05:23 +02:00

Add a containers network tab to be able to easily visualize links and volumesFrom relations between containers.

This commit is contained in:
Roger Abelenda 2015-04-25 14:02:24 -03:00
parent 964eac6d53
commit 7cda9a0c7b
17 changed files with 389 additions and 1 deletions

View file

@ -0,0 +1,7 @@
<div class="detail">
<h2>Containers Network</h2>
<div>
<vis-network data="data" options="options" events="events"/>
</div>
</div>