mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Hide "Query Types over Time" and "Forward Destinations over Time" graphs on too small screens
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php /*
|
||||
<?php /*
|
||||
* Pi-hole: A black hole for Internet advertisements
|
||||
* (c) 2017 Pi-hole, LLC (https://pi-hole.net)
|
||||
* Network-wide ad blocking via your own hardware.
|
||||
@@ -89,7 +89,7 @@
|
||||
// a password
|
||||
if($auth){ ?>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="hidden-xs hidden-sm col-md-6 col-lg-6">
|
||||
<div class="box" id="query-types">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">Query Types over Time</h3>
|
||||
@@ -105,7 +105,7 @@
|
||||
<!-- /.box-body -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="hidden-xs hidden-sm col-md-6 col-lg-6">
|
||||
<div class="box" id="forward-destinations">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">Forward Destinations over Time</h3>
|
||||
|
||||
Reference in New Issue
Block a user