Commit bc7234e7 by Bence Dányi

firewall_gui: large input for ipv6 fields

parent 5ba3a119
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<div class="control-group"> <div class="control-group">
<label class="control-label" for="ipv6">IPv6</label> <label class="control-label" for="ipv6">IPv6</label>
<div class="controls"> <div class="controls">
<input type="text" id="ipv6" ng-model="entity.ipv6" /> <input type="text" class="input-xlarge" id="ipv6" ng-model="entity.ipv6" />
</div> </div>
</div> </div>
</div> </div>
......
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