From 8b945a8a585d54ed51cabe7c05e2d0fa65782f38 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 2 Jul 2009 11:29:28 -0400 Subject: Fix tab selection --- config/openbgpd/openbgpd_status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/openbgpd/openbgpd_status.php b/config/openbgpd/openbgpd_status.php index 414c56e0..8fb9a43f 100644 --- a/config/openbgpd/openbgpd_status.php +++ b/config/openbgpd/openbgpd_status.php @@ -120,7 +120,7 @@ function execCmds() { $tab_array[] = array(gettext("Settings"), false, "/pkg_edit.php?xml=openbgpd.xml&id=0"); $tab_array[] = array(gettext("Neighbors"), false, "/pkg.php?xml=openbgpd_neighbors.xml"); $tab_array[] = array(gettext("Groups"), false, "/pkg.php?xml=openbgpd_groups.xml"); - $tab_array[] = array(gettext("Raw config"), true, "/openbgpd_raw.php"); + $tab_array[] = array(gettext("Raw config"), false, "/openbgpd_raw.php"); $tab_array[] = array(gettext("Status"), true, "/openbgpd_status.php"); display_top_tabs($tab_array); ?> -- cgit v1.2.3