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"); + }); + -