Commit 9ce7036d by Bence Dányi

firewall_gui: description&nat fields added

parent a970d29f
......@@ -59,7 +59,21 @@
<div class="control-group">
<label class="control-label" for="foreignNetwork">Foreign network</label>
<div class="controls">
<input type="text" data-provide="typeahead" autocomplete="off" id="foreignNetwork" value="{{rule.foreignNetwork.name}}" />
<input type="text" data-provide="typeahead" autocomplete="off" id="foreignNetwork" ng-model="rule.foreignNetwork.name" />
</div>
</div>
<div class="control-group">
<label class="control-label" for="description">Description</label>
<div class="controls">
<textarea rows="4" id="description" ng-model="rule.description">
</textarea>
</div>
</div>
<div class="control-group">
<div class="controls">
<label class="checkbox">
<input type="checkbox" ng-model="rule.nat"> NAT
</label>
</div>
</div>
<div class="control-group">
......
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