relocate repo files so ND2 is the only code
This commit is contained in:
32
share/views/sidebar/report/subnets.tt
Normal file
32
share/views/sidebar/report/subnets.tt
Normal file
@@ -0,0 +1,32 @@
|
||||
|
||||
<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"
|
||||
rel="tooltip" data-placement="left" data-offset="5" data-title="Prefix/Subnet in CIDR Format"/>
|
||||
</div>
|
||||
|
||||
<fieldset>
|
||||
<legend class="nd_sidebar-legend">
|
||||
<label><em><strong>Date Range</strong></em></label>
|
||||
</legend>
|
||||
<!--
|
||||
<div class="clearfix input-prepend">
|
||||
<label class="add-on">
|
||||
<input type="checkbox" id="age_invert"
|
||||
name="age_invert"[% ' checked="checked"' IF params.age_invert %]/>
|
||||
</label>
|
||||
<label class="nd_checkboxlabel" for="age_invert">
|
||||
<span class="nd_searchcheckbox uneditable-input">Not within...</span>
|
||||
</label>
|
||||
</div>
|
||||
-->
|
||||
<div class="clearfix">
|
||||
<input class="nd_side-input" id="daterange" required="required"
|
||||
type="text" name="daterange" value="[%
|
||||
(params.exists('daterange') ? params.daterange : to_daterange('30 days')) | html_entity %]"/>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
<button id="[% report.tag %]_submit" type="submit" class="btn btn-info">
|
||||
<i class="icon-search icon-large pull-left nd_navbar-icon"></i> Search Subnets</button>
|
||||
Reference in New Issue
Block a user