From 08d6087d60e3dfa89f4c7141ec96d4a70783927d Mon Sep 17 00:00:00 2001 From: laf Date: Thu, 5 Dec 2013 22:24:58 +0000 Subject: [PATCH] Fixed detail/basic view code so this now runs correctly Added || $subformat == "basic" to if statement that checked for just details view before. --- html/pages/devices.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/devices.inc.php b/html/pages/devices.inc.php index dcd263224..99c832da8 100644 --- a/html/pages/devices.inc.php +++ b/html/pages/devices.inc.php @@ -263,7 +263,7 @@ if($format == "graph") } else { echo(''); - if ($subformat == "detail") + if ($subformat == "detail" || $subformat == "basic") { echo('