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 aa6d68e0e..945adde3a 100644 --- a/src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml +++ b/src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml @@ -1,15 +1,6 @@ - - - - - - - - - @@ -27,6 +18,16 @@ + + + + + + + + + + diff --git a/src/www/fbegin.inc b/src/www/fbegin.inc index d0a8ead74..4b24872d1 100755 --- a/src/www/fbegin.inc +++ b/src/www/fbegin.inc @@ -126,9 +126,8 @@ function active_main_menu() { // System $system_menu = array(); -$system_menu[] = array(gettext("Advanced"), "/system_advanced_admin.php"); +$system_menu[] = array(gettext("Settings"), "/system_general.php"); $system_menu[] = array(gettext("Firmware"), "/system_firmware_check.php"); -$system_menu[] = array(gettext("General Setup"), "/system_general.php"); $system_menu[] = array(gettext("High Avail. Sync"), "/system_hasync.php"); $system_menu[] = array(gettext("Setup Wizard"), "/wizard.php?xml=setup_wizard.xml"); $system_menu[] = array(gettext("Routing"), "/system_gateways.php"); diff --git a/src/www/system_advanced_tabs.php b/src/www/system_advanced_tabs.php index ad6ecae75..47614e624 100644 --- a/src/www/system_advanced_tabs.php +++ b/src/www/system_advanced_tabs.php @@ -6,6 +6,7 @@
+ -
+