From d59c557d0d3ea4bfd9dcd48608238700d94fea4d Mon Sep 17 00:00:00 2001 From: laf Date: Sun, 15 Jun 2014 15:00:50 +0100 Subject: [PATCH] Made the devices table responsive for mobile browsing --- html/pages/devices.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/pages/devices.inc.php b/html/pages/devices.inc.php index f16e59c84..cb7b15cca 100644 --- a/html/pages/devices.inc.php +++ b/html/pages/devices.inc.php @@ -274,6 +274,7 @@ if($format == "graph") } else { echo('
+
'); if ($subformat == "detail" || $subformat == "basic") @@ -307,6 +308,7 @@ if($format == "graph") } echo("
"); echo('
'); + echo('
'); } ?>