aboutsummaryrefslogtreecommitdiffstats
path: root/packages/carp_status.php
diff options
context:
space:
mode:
Diffstat (limited to 'packages/carp_status.php')
-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 a7425323..566e233e 100644
--- a/packages/carp_status.php
+++ b/packages/carp_status.php
@@ -88,7 +88,7 @@ if($config['installedpackages']['carp']['config'] <> "")
echo "<tr>";
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 "<td class=\"listlr\"><center>" . $synciface . " - " . convert_friendly_interface_to_real_interface_name($synciface) . "</td>";
echo "</tr>";
}