aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/carp_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/carp_status.php b/packages/carp_status.php
index 874a4f7b..a7425323 100644
--- a/packages/carp_status.php
+++ b/packages/carp_status.php
@@ -86,7 +86,7 @@ if($config['installedpackages']['carp']['config'] <> "")
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>" . $ipaddress . " - " . $carp_int . "</td>";
echo "<td class=\"listlr\"><center>" . $status . "<br>" . $sync_status . "</td>";
echo "<td class=\"listlr\"><center>" . $synciface . "</td>";
echo "</tr>";