diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-03-06 16:19:24 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-03-06 16:19:24 -0500 |
commit | f71b09be0e7ba3aa82cb11a18ff5611d91c3a9d1 (patch) | |
tree | e374d7689b24ff3be4e1a1a6f3981a5d9aceb8f2 /config/openospfd/status_ospfd.php | |
parent | 72397d564f4abfd639b8a92c158a14a61357ad07 (diff) | |
download | pfsense-packages-f71b09be0e7ba3aa82cb11a18ff5611d91c3a9d1.tar.gz pfsense-packages-f71b09be0e7ba3aa82cb11a18ff5611d91c3a9d1.tar.bz2 pfsense-packages-f71b09be0e7ba3aa82cb11a18ff5611d91c3a9d1.zip |
Make tab name uniform
Diffstat (limited to 'config/openospfd/status_ospfd.php')
-rw-r--r-- | config/openospfd/status_ospfd.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/openospfd/status_ospfd.php b/config/openospfd/status_ospfd.php index c02e5d10..e7a5b4ec 100644 --- a/config/openospfd/status_ospfd.php +++ b/config/openospfd/status_ospfd.php @@ -111,7 +111,7 @@ if(strstr($pfSversion, "1.2")) <?php $tab_array = array(); $tab_array[] = array(gettext("Settings"), false, "/pkg_edit.php?xml=openospfd.xml&id=0"); - $tab_array[] = array(gettext("Interfaces"), false, "/pkg.php?xml=openospfd_interfaces.xml"); + $tab_array[] = array(gettext("Interface Settings"), false, "/pkg.php?xml=openospfd_interfaces.xml"); $tab_array[] = array(gettext("Status"), true, "/status_ospfd.php"); display_top_tabs($tab_array); ?> @@ -121,14 +121,14 @@ if(strstr($pfSversion, "1.2")) <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td> - <?php +<?php defCmdT("OpenOSPFd Summary","/usr/local/sbin/ospfctl show summary"); defCmdT("OpenOSPFd Neighbors","/usr/local/sbin/ospfctl show neighbor"); defCmdT("OpenOSPFd FIB","/usr/local/sbin/ospfctl show fib"); defCmdT("OpenOSPFd RIB","/usr/local/sbin/ospfctl show rib"); defCmdT("OpenOSPFd Interfaces","/usr/local/sbin/ospfctl show interfaces"); defCmdT("OpenOSPFD Database","/usr/local/sbin/ospfctl show database"); - ?> +?> <div id="cmdspace" style="width:100%"> <?php listCmds(); ?> <?php execCmds(); ?> |