mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
remove carp VIP tab - it's no longer needed
This commit is contained in:
parent
64ed8739a7
commit
07bdf97384
@ -73,9 +73,8 @@ include("fbegin.inc");
|
||||
<tr><td>
|
||||
<?php
|
||||
$tab_array = array();
|
||||
$tab_array[0] = array("CARP Virtual IPs", false, "/pkg.php?xml=carp.xml");
|
||||
$tab_array[1] = array("CARP Status", true, "carp_status.php");
|
||||
$tab_array[2] = array("CARP Settings", false, "/pkg_edit.php?xml=carp_settings.xml&id=0");
|
||||
$tab_array[] = array("CARP Status", true, "carp_status.php");
|
||||
$tab_array[] = array("CARP Settings", false, "/pkg_edit.php?xml=carp_settings.xml&id=0");
|
||||
display_top_tabs($tab_array);
|
||||
?>
|
||||
</td></tr>
|
||||
@ -172,4 +171,4 @@ Rounded("div#mainlevel","bl br","#FFF","#eeeeee","smooth");
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user