Long-term data: Show date range only after user chose a valid range. Fixes #897

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2019-01-22 23:29:45 +01:00
parent be1a765773
commit a975576616
6 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ $token = $_SESSION['token'];
<div class="input-group-addon">
<i class="fa fa-clock-o"></i>
</div>
<input type="text" class="form-control pull-right" id="querytime">
<input type="text" class="form-control pull-right" id="querytime" value="Click to select date and time range">
</div>
<!-- /.input group -->
</div>