#830 subnets report can show all subnets to start with
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
|             <div class="clearfix"> | ||||
|               <input id="nd_ipinventory-subnet" class="nd_sidebar-topinput nd_colored-input" | ||||
|                 placeholder="CIDR Prefix/Subnet" required="required" | ||||
|                 name="subnet" value="[% params.subnet | html_entity %]" type="text" autocomplete="off" | ||||
|                 name="subnet" value="[% params.subnet || '0.0.0.0/0' | html_entity %]" type="text" autocomplete="off" | ||||
|                 rel="tooltip" data-placement="left" data-offset="5" data-title="Prefix/Subnet in CIDR Format"/> | ||||
|             </div> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user