Commit 18b1b450 by Őry Máté

firewall_gui: correct link to vlans on host-list

parent 7baa88f1
......@@ -31,7 +31,7 @@
<tr ng-repeat="host in getPage()">
<td>{{host.name}}</td>
<td>
<a href="#/hosts/{{host.vlan.id}}">{{host.vlan.name}}</a>
<a href="#/vlans/{{host.vlan.id}}">{{host.vlan.name}}</a>
</td>
<td>{{host.ipv4}}</td>
<td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment