Commit c0f6b734 by Bence Dányi

firewall_gui: pretty vlan display

parent 8b639567
......@@ -24,7 +24,7 @@
<tr ng-repeat="group in getPage()">
<td><a href="#/vlangroups/{{group.id}}">{{group.name}}</a></td>
<td>
<span ng-repeat="vlan in group.vlans">
<span class="label label-info" ng-repeat="vlan in group.vlans">
<a href="#/vlans/{{vlan.id}}">{{vlan.name}}</a>
</span>
</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