mirror of
https://github.com/pi-hole/web.git
synced 2025-12-26 21:46:22 +00:00
Merge pull request #1101 from Ghalid/ltd-patch
Change "Click to select..." in Long term data pages to buttons
This commit is contained in:
@@ -32,7 +32,7 @@ $token = $_SESSION['token'];
|
||||
<div class="input-group-addon">
|
||||
<i class="far fa-clock"></i>
|
||||
</div>
|
||||
<input type="text" class="form-control pull-right" id="querytime" value="Click to select date and time range">
|
||||
<input type="button" class="form-control pull-right" id="querytime" value="Click to select date and time range">
|
||||
</div>
|
||||
<!-- /.input group -->
|
||||
</div>
|
||||
|
||||
@@ -33,7 +33,7 @@ $token = $_SESSION['token'];
|
||||
<div class="input-group-addon">
|
||||
<i class="far fa-clock"></i>
|
||||
</div>
|
||||
<input type="text" class="form-control pull-right" id="querytime" value="Click to select date and time range">
|
||||
<input type="button" class="form-control pull-right" id="querytime" value="Click to select date and time range">
|
||||
</div>
|
||||
<!-- /.input group -->
|
||||
</div>
|
||||
|
||||
@@ -33,7 +33,7 @@ $token = $_SESSION['token'];
|
||||
<div class="input-group-addon">
|
||||
<i class="far fa-clock"></i>
|
||||
</div>
|
||||
<input type="text" class="form-control pull-right" id="querytime" value="Click to select date and time range">
|
||||
<input type="button" class="form-control pull-right" id="querytime" value="Click to select date and time range">
|
||||
</div>
|
||||
<!-- /.input group -->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user