mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Revert "add a status tab to the CP screens as well", this is just a tad too long
This reverts commit 881eb09217.
This commit is contained in:
parent
881eb09217
commit
40e18a72af
@ -289,7 +289,6 @@ function enable_change(enable_change) {
|
||||
$tab_array[] = array("Vouchers", false, "services_captiveportal_vouchers.php");
|
||||
$tab_array[] = array("File Manager", false, "services_captiveportal_filemanager.php");
|
||||
$tab_array[] = array("Auth Logs", false, "diag_logs_auth.php");
|
||||
$tab_array[] = array("Status", false, "status_captiveportal.php");
|
||||
display_top_tabs($tab_array);
|
||||
?> </td></tr>
|
||||
<tr>
|
||||
|
||||
@ -138,7 +138,6 @@ include("head.inc");
|
||||
$tab_array[] = array("Vouchers", false, "services_captiveportal_vouchers.php");
|
||||
$tab_array[] = array("File Manager", true, "services_captiveportal_filemanager.php");
|
||||
$tab_array[] = array("Auth Logs", false, "diag_logs_auth.php");
|
||||
$tab_array[] = array("Status", false, "status_captiveportal.php");
|
||||
display_top_tabs($tab_array);
|
||||
?> </td></tr>
|
||||
<tr>
|
||||
|
||||
@ -86,7 +86,6 @@ include("head.inc");
|
||||
$tab_array[] = array("Vouchers", false, "services_captiveportal_vouchers.php");
|
||||
$tab_array[] = array("File Manager", false, "services_captiveportal_filemanager.php");
|
||||
$tab_array[] = array("Auth Logs", false, "diag_logs_auth.php");
|
||||
$tab_array[] = array("Status", false, "status_captiveportal.php");
|
||||
display_top_tabs($tab_array);
|
||||
?>
|
||||
</td></tr>
|
||||
|
||||
@ -126,7 +126,6 @@ include("head.inc");
|
||||
$tab_array[] = array("Vouchers", false, "services_captiveportal_vouchers.php");
|
||||
$tab_array[] = array("File Manager", false, "services_captiveportal_filemanager.php");
|
||||
$tab_array[] = array("Auth Logs", false, "diag_logs_auth.php");
|
||||
$tab_array[] = array("Status", false, "status_captiveportal.php");
|
||||
display_top_tabs($tab_array);
|
||||
?>
|
||||
</td></tr>
|
||||
|
||||
@ -245,7 +245,6 @@ function enable_change(enable_change) {
|
||||
$tab_array[] = array("Vouchers", true, "services_captiveportal_vouchers.php");
|
||||
$tab_array[] = array("File Manager", false, "services_captiveportal_filemanager.php");
|
||||
$tab_array[] = array("Auth Logs", false, "diag_logs_auth.php");
|
||||
$tab_array[] = array("Status", false, "status_captiveportal.php");
|
||||
display_top_tabs($tab_array);
|
||||
?>
|
||||
</ul>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user