Commit a2ee0bbd by Bence Dányi

firewall_gui: iterate over filtered rules

parent d6ff97a0
......@@ -23,7 +23,7 @@
<th>Tulajdonos</th>
<th colspan="2">Megjegyzés</th>
</tr>
<tr ng-repeat="rule in rules">
<tr ng-repeat="rule in getPage()">
<td>{{rule.direction}}</td>
<td>{{rule.proto}}</td>
<td><a href="#/{{rule.target.type}}s/{{rule.target.id}}">{{rule.target.name}}</a></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