#405 Inventory reports default to all time to fix missing IPs

This commit is contained in:
Oliver Gorwits
2018-04-28 22:10:11 +01:00
parent 901c9d1180
commit c0fcc7f5d5
4 changed files with 15 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
<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 %]"/>
(params.exists('daterange') ? params.daterange : to_daterange()) | html_entity %]"/>
</div>
</fieldset>