Commit ddb972cf by Bence Dányi

firewall_gui: select correct type

parent 0da1ad15
......@@ -8,7 +8,7 @@
<div class="control-group">
<label class="control-label" for="targetType">Target type</label>
<div class="controls">
<select id="targetType">
<select id="targetType" ng-model="rule.target.type">
<option value="vlan">Vlan</option>
<option value="vlangroup">VlanGroup</option>
<option value="host">Host</option>
......
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