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:
parent
964eac6d53
commit
7cda9a0c7b
17 changed files with 389 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue