Commit 4fdfdd8b by Bence Dányi

firewall_gui: fix urls

parent 565ee8ef
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</tr> </tr>
<tr ng-repeat="host in getPage()"> <tr ng-repeat="host in getPage()">
<td>{{host.name}}</td> <td>{{host.name}}</td>
<td><a href="#/vlans/{{host.vlan.id}}">{{host.vlan.name}}</a></td> <td><a href="#/hosts/{{host.vlan.id}}">{{host.vlan.name}}</a></td>
<td>{{host.owner.name}}</td> <td>{{host.owner.name}}</td>
<td> <td>
<ul> <ul>
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<td>{{host.ipv4}}</td> <td>{{host.ipv4}}</td>
<td> <td>
<a class="btn" href="#/hosts/{{host.id}}/">Szekesztés</a> <a class="btn" href="#/hosts/{{host.id}}/">Szekesztés</a>
<a class="btn btn-danger" href="#/rules/{{host.id}}/delete/">Törlés</a> <a class="btn btn-danger" href="#/hosts/{{host.id}}/delete/">Törlés</a>
</td> </td>
</tr> </tr>
</table> </table>
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