From 2b38c46bb6ca3cc6234c6433d63ba5360d061ccc Mon Sep 17 00:00:00 2001 From: k-paulius Date: Sun, 14 Feb 2016 15:09:46 -0600 Subject: Switch tabs places so that active tab is the first tab --- src/usr/local/www/diag_backup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/diag_backup.php') diff --git a/src/usr/local/www/diag_backup.php b/src/usr/local/www/diag_backup.php index 380bf62..6d3f415 100644 --- a/src/usr/local/www/diag_backup.php +++ b/src/usr/local/www/diag_backup.php @@ -616,8 +616,8 @@ if (is_subsystem_dirty('restore')): endif; $tab_array = array(); -$tab_array[] = array(gettext("Config History"), false, "diag_confbak.php"); $tab_array[] = array(htmlspecialchars(gettext("Backup & Restore")), true, "diag_backup.php"); +$tab_array[] = array(gettext("Config History"), false, "diag_confbak.php"); display_top_tabs($tab_array); $form = new Form(false); -- cgit v1.1