summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-02-24 08:40:20 -0300
committerRenato Botelho <garga@FreeBSD.org>2015-02-24 08:40:20 -0300
commit0b9d204a6a19a3ee67fd6a9a0ee52eaa174ad248 (patch)
treeb7056fd370611e654bfdb9c147fd5eff38a01e1f /usr
parent069bb759b95a0d0066154ed21d22b75916b92a84 (diff)
parent8f5352df20c7193a5a537f1ec5369cb221504ee7 (diff)
downloadpfsense-0b9d204a6a19a3ee67fd6a9a0ee52eaa174ad248.zip
pfsense-0b9d204a6a19a3ee67fd6a9a0ee52eaa174ad248.tar.gz
Merge pull request #1492 from PiBa-NL/carp-statusicon
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/carp_status.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index 1a3df8a..fc8de57 100644
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -193,7 +193,8 @@ include("head.inc");
$icon = "<img {$align} src=\"/themes/".$g['theme']."/images/icons/icon_pass_d.gif\" alt=\"backup\" />";
} else if($status == "INIT") {
$icon = "<img {$align} src=\"/themes/".$g['theme']."/images/icons/icon_log.gif\" alt=\"init\" />";
- }
+ } else
+ $icon = "";
}
echo "<td class=\"listlr\" align=\"center\">" . convert_friendly_interface_to_friendly_descr($carp['interface']) . "@{$vhid} &nbsp;</td>";
echo "<td class=\"listlr\" align=\"center\">" . $ipaddress . "&nbsp;</td>";
OpenPOWER on IntegriCloud