diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-10 22:28:20 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-10 22:28:20 +0000 |
commit | 089d0918bd44cec99c876494a8796fb83e22a2fc (patch) | |
tree | efee8af5b37aac8893adb2d4670e0f64d2132366 /packages/carp_status.php | |
parent | 94ec799aa0e7cd87954fba4db99a5d59b0850410 (diff) | |
download | pfsense-packages-089d0918bd44cec99c876494a8796fb83e22a2fc.tar.gz pfsense-packages-089d0918bd44cec99c876494a8796fb83e22a2fc.tar.bz2 pfsense-packages-089d0918bd44cec99c876494a8796fb83e22a2fc.zip |
Fix active tabs
Diffstat (limited to 'packages/carp_status.php')
-rw-r--r-- | packages/carp_status.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/carp_status.php b/packages/carp_status.php index 566e233e..91a31444 100644 --- a/packages/carp_status.php +++ b/packages/carp_status.php @@ -56,7 +56,8 @@ include("fbegin.inc"); <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td> <ul id="tabnav"> - <li class="tabinact"><a href="/pkg.php?xml=carp.xml">CARP Settings</a></li> + <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> </ul> </td></tr> |