From 0e3cc4a0ef0c01d83c583c62ea59a8db5e7ffc5f Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 19 Feb 2005 02:32:40 +0000 Subject: Add --- packages/carp_status.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/carp_status.php') diff --git a/packages/carp_status.php b/packages/carp_status.php index 65230586..fee7781c 100644 --- a/packages/carp_status.php +++ b/packages/carp_status.php @@ -83,9 +83,10 @@ foreach($config['installedpackages']['carp']['config'] as $carp) { $status = get_carp_interface_status($carp_int); if(isset($carp['balancing'])) $balancing = "true"; else $balancing = "false"; if(isset($carp['premtpion'])) $premption = "true"; else $premption = "false"; + if($synciface <> "") $sync_status = get_pfsync_interface_status($synciface); echo "<tr>"; echo "<td class=\"listlr\"><center>" . $ipaddress . "</td>"; - echo "<td class=\"listlr\"><center>" . $status . "</td>"; + echo "<td class=\"listlr\"><center>" . $status . "<br>" . $sync_status . "</td>"; echo "<td class=\"listlr\"><center>" . $synciface . "</td>"; echo "</tr>"; } -- cgit v1.2.3