From f8d651d1c3e67193f8cba59a482bf84fafe957bb Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Wed, 6 Jan 2016 22:43:53 +0100 Subject: [PATCH] (systemhealth) condense all a bit and make options collapsible --- .../OPNsense/Diagnostics/systemhealth.volt | 50 +++++++++++++------ 1 file changed, 36 insertions(+), 14 deletions(-) diff --git a/src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt b/src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt index 3a83602d3..cadb03968 100644 --- a/src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt +++ b/src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemhealth.volt @@ -28,6 +28,12 @@ */ --> + @@ -551,26 +557,35 @@ link.click(); } + $(document).ready(function() { + $("#options").collapse('show'); + // hide title row + $(".page-content-head").addClass("hidden"); + }); + -
-
{{ lang._('Options') }}
-
+
+ + {{ lang._('Options') }} +
+
+
{{ lang._('Zoom level') }}:
-
+
@@ -579,7 +594,7 @@ {{ lang._('Inverse') }}:
-
+