diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-10 22:30:07 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-10 22:30:07 +0000 |
commit | 6602c17323da3940da45fe38003b787dfdd48864 (patch) | |
tree | ba25771dbd839a225d64cee7c986bacb168ebc43 | |
parent | 089d0918bd44cec99c876494a8796fb83e22a2fc (diff) | |
download | pfsense-packages-6602c17323da3940da45fe38003b787dfdd48864.tar.gz pfsense-packages-6602c17323da3940da45fe38003b787dfdd48864.tar.bz2 pfsense-packages-6602c17323da3940da45fe38003b787dfdd48864.zip |
Move Carp status to middle
-rw-r--r-- | packages/carp_status.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/carp_status.php b/packages/carp_status.php index 91a31444..94cb2248 100644 --- a/packages/carp_status.php +++ b/packages/carp_status.php @@ -57,8 +57,8 @@ include("fbegin.inc"); <tr><td> <ul id="tabnav"> <li class="tabinact"><a href="/pkg.php?xml=carp.xml">CARP IPs</a></li> - <li class="tabinact"><a href="/pkg.php?xml=carp_settings.xml">CARP Settings</a></li> <li class="tabact">CARP Status</li> + <li class="tabinact"><a href="/pkg.php?xml=carp_settings.xml">CARP Settings</a></li> </ul> </td></tr> <tr><td class="tabcont"> |