1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +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

@ -3,6 +3,7 @@
<ul class="nav well">
<li><a href="#">Dashboard</a></li>
<li><a href="#/containers/">Containers</a></li>
<li><a href="#/containers_network/">Containers Network</a></li>
<li><a href="#/images/">Images</a></li>
<li><a href="#/info/">Info</a></li>
</ul>