summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-13 04:15:35 +0000
committerBill Marquette <billm@pfsense.org>2005-07-13 04:15:35 +0000
commit49424ec009f38e21e2baff203678ab1c9fde6752 (patch)
treeef36cbc0305bf7bf745f359626a9b26babe1dd23 /usr/local/www/firewall_virtual_ip.php
parent4d4ec7e1cb8ebd54dd0db544d01a76cc32dfa924 (diff)
downloadpfsense-49424ec009f38e21e2baff203678ab1c9fde6752.zip
pfsense-49424ec009f38e21e2baff203678ab1c9fde6752.tar.gz
Move CARP around - it's no longer a "service"
status shows under status menu and all settings are under virtual ips
Diffstat (limited to 'usr/local/www/firewall_virtual_ip.php')
-rwxr-xr-xusr/local/www/firewall_virtual_ip.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/usr/local/www/firewall_virtual_ip.php b/usr/local/www/firewall_virtual_ip.php
index 0bfb207..136b495 100755
--- a/usr/local/www/firewall_virtual_ip.php
+++ b/usr/local/www/firewall_virtual_ip.php
@@ -100,7 +100,15 @@ include("head.inc");
<?php if (file_exists($d_vipconfdirty_path)): ?><p>
<?php print_info_box_np("The VIP configuration has been changed.<br>You must apply the changes in order for them to take effect.");?><br>
<?php endif; ?>
-<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td>
+<table width="100%" border="0" cellpadding="0" cellspacing="0">
+ <tr><td class="tabnavtbl">
+ <?php
+ /* active tabs */
+ $tab_array = array();
+ $tab_array[] = array("Virtual IPs", true, "firewall_virtual_ip.php");
+ $tab_array[] = array("CARP Settings", false, "pkg_edit.php?xml=carp_settings.xml&id=0");
+ display_top_tabs($tab_array);
+ ?>
</td></tr>
<tr>
<td>
OpenPOWER on IntegriCloud