Skip to content
Snippets Groups Projects
Commit afc075a8 authored by Erik Reid's avatar Erik Reid
Browse files

show v4/v6 interface addresses

parent ed1c331a
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,11 @@
<p><b>interfaces</b></p>
<ul>
<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>
</ul>
<div class="raw">{{interfaces}}</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment