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:
parent
964eac6d53
commit
7cda9a0c7b
17 changed files with 389 additions and 1 deletions
7
app/components/containersNetwork/containersNetwork.html
Normal file
7
app/components/containersNetwork/containersNetwork.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<div class="detail">
|
||||
<h2>Containers Network</h2>
|
||||
|
||||
<div>
|
||||
<vis-network data="data" options="options" events="events"/>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue