From 1f3ef70e4a16ef5c8c6bf1a2a885b56c840dd4f7 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Wed, 14 Oct 2015 13:26:20 +0200 Subject: Add more logs to the 'Real Time' tab --- config/squid3/34/squid_monitor.php | 99 +++++++++++++++++++++++++++++++++++--- 1 file changed, 91 insertions(+), 8 deletions(-) (limited to 'config/squid3/34/squid_monitor.php') diff --git a/config/squid3/34/squid_monitor.php b/config/squid3/34/squid_monitor.php index 80e15a64..b08372f1 100755 --- a/config/squid3/34/squid_monitor.php +++ b/config/squid3/34/squid_monitor.php @@ -130,13 +130,13 @@ include("head.inc"); - + + +
- + + +
+
@@ -159,7 +176,6 @@ include("head.inc"); @@ -167,18 +183,85 @@ include("head.inc");
- + + + + + +
+ + + + + + + +
+
+ + + + + +
+ + + + + + + +
+
+ + + + + +
+ + + + + + + +
+
+ + + + + +
+ + + + + + + +
+
+
- + - +
-- cgit v1.2.3 From b65d0c259ba92a4f6f99633dace1bbdadc581679 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Wed, 14 Oct 2015 14:34:35 +0200 Subject: Fix XHTML validation --- config/squid3/34/squid_monitor.php | 55 ++++++++++++++++++++++++-------------- 1 file changed, 35 insertions(+), 20 deletions(-) (limited to 'config/squid3/34/squid_monitor.php') diff --git a/config/squid3/34/squid_monitor.php b/config/squid3/34/squid_monitor.php index b08372f1..4bc65b15 100755 --- a/config/squid3/34/squid_monitor.php +++ b/config/squid3/34/squid_monitor.php @@ -93,7 +93,7 @@ include("head.inc");
-
+ @@ -135,14 +135,15 @@ include("head.inc"); @@ -153,13 +154,15 @@ include("head.inc"); @@ -171,13 +174,15 @@ include("head.inc"); @@ -188,13 +193,15 @@ include("head.inc"); @@ -205,13 +212,15 @@ include("head.inc"); @@ -222,13 +231,15 @@ include("head.inc"); @@ -239,13 +250,15 @@ include("head.inc"); @@ -256,13 +269,15 @@ include("head.inc"); -- cgit v1.2.3 From 0b788eefbb4eca975ec507bab0cff519e4f72b1c Mon Sep 17 00:00:00 2001 From: doktornotor Date: Wed, 14 Oct 2015 14:35:37 +0200 Subject: Nuke unwanted div tag --- config/squid3/34/squid_monitor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/squid3/34/squid_monitor.php') diff --git a/config/squid3/34/squid_monitor.php b/config/squid3/34/squid_monitor.php index 4bc65b15..f178bacc 100755 --- a/config/squid3/34/squid_monitor.php +++ b/config/squid3/34/squid_monitor.php @@ -274,9 +274,9 @@ include("head.inc");
- + - + +
+
- + - + +
+
- + - + +
+
- + - + +
+
- + - + +
+
- + - + +
+
- + - + +
+
- + - + - + +
-
+
-- cgit v1.2.3 From bd2c369be01a5c5dca9f76c1c34b33ef381225da Mon Sep 17 00:00:00 2001 From: doktornotor Date: Wed, 14 Oct 2015 22:17:09 +0200 Subject: Use consistent case in tabs name --- config/squid3/34/squid_monitor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/squid3/34/squid_monitor.php') diff --git a/config/squid3/34/squid_monitor.php b/config/squid3/34/squid_monitor.php index f178bacc..840d9a60 100755 --- a/config/squid3/34/squid_monitor.php +++ b/config/squid3/34/squid_monitor.php @@ -74,7 +74,7 @@ include("head.inc"); $tab_array[] = array(gettext("Web Servers"), false, "/pkg.php?xml=squid_reverse_peer.xml"); $tab_array[] = array(gettext("Mappings"), false, "/pkg.php?xml=squid_reverse_uri.xml"); $tab_array[] = array(gettext("Redirects"), false, "/pkg.php?xml=squid_reverse_redir.xml"); - $tab_array[] = array(gettext("Real time"), true, "/squid_monitor.php?menu=reverse"); + $tab_array[] = array(gettext("Real Time"), true, "/squid_monitor.php?menu=reverse"); $tab_array[] = array(gettext("Sync"), false, "/pkg_edit.php?xml=squid_reverse_sync.xml"); } else { $tab_array[] = array(gettext("General"), false, "/pkg_edit.php?xml=squid.xml&id=0"); @@ -85,7 +85,7 @@ include("head.inc"); $tab_array[] = array(gettext("Traffic Mgmt"), false, "/pkg_edit.php?xml=squid_traffic.xml&id=0"); $tab_array[] = array(gettext("Authentication"), false, "/pkg_edit.php?xml=squid_auth.xml&id=0"); $tab_array[] = array(gettext("Users"), false, "/pkg.php?xml=squid_users.xml"); - $tab_array[] = array(gettext("Real time"), true, "/squid_monitor.php"); + $tab_array[] = array(gettext("Real Time"), true, "/squid_monitor.php"); $tab_array[] = array(gettext("Sync"), false, "/pkg_edit.php?xml=squid_sync.xml"); } display_top_tabs($tab_array); -- cgit v1.2.3