diff --git a/src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml b/src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml index e60668740..c05a5f2bb 100644 --- a/src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml +++ b/src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml @@ -152,14 +152,18 @@ - - - + +
+ - + + + + + diff --git a/src/www/diag_dump_states.php b/src/www/diag_dump_states.php index 1922d0ce8..aa9f1f6c4 100644 --- a/src/www/diag_dump_states.php +++ b/src/www/diag_dump_states.php @@ -1,4 +1,5 @@
-
- - - - -
- +
- - -
- -
diff --git a/src/www/diag_resetstate.php b/src/www/diag_resetstate.php index 388f7db1e..b7a68a2a6 100644 --- a/src/www/diag_resetstate.php +++ b/src/www/diag_resetstate.php @@ -1,4 +1,5 @@ @@ -64,31 +65,13 @@ include("head.inc");
-
- - - -
-
-
- - 0) print_input_errors($input_errors); ?> - - - -

@@ -119,10 +102,7 @@ include("head.inc");

" /> - - -
diff --git a/src/www/diag_tables.php b/src/www/diag_tables.php index 9b2eef5ea..3820d9fcb 100644 --- a/src/www/diag_tables.php +++ b/src/www/diag_tables.php @@ -73,7 +73,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { } } -$pgtitle = array(gettext("Diagnostics"), gettext("Tables")); +$pgtitle = array(gettext("Diagnostics"), gettext("pfTables")); $shortcut_section = "aliases"; // fetch list of tables and content of selected table $tables = json_decode(configd_run("filter list tables json"));