Skip to content
Snippets Groups Projects
Commit 77697a74 authored by Robert Latta's avatar Robert Latta
Browse files

Merge branch 'develop' of...

Merge branch 'develop' of gitlab.geant.net:live-projects/dashboardv3/inventory-provider into develop
parents 5965e95f afc075a8
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,11 @@ ...@@ -20,7 +20,11 @@
<p><b>interfaces</b></p> <p><b>interfaces</b></p>
<ul> <ul>
<li ng-repeat="i in interfaces">{{i.name}} <li ng-repeat="i in interfaces">{{i.name}}
<ul><li>{{i.description}}</li></ul> <ul>
<li>{{i.description}}</li>
<li ng-repeat="v4 in i.ipv4">v4: {{v4}}</li>
<li ng-repeat="v6 in i.ipv6">v6: {{v6}}</li>
</ul>
</li> </li>
</ul> </ul>
<div class="raw">{{interfaces}}</div> <div class="raw">{{interfaces}}</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment