From 882351c4413b8f183e5913e89c83399ef6f68e5e Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 8 Mar 2016 12:57:13 -0500 Subject: Slight change to CARP status icons, difference between master and backup status was not clear enough. Ticket #5965 --- src/usr/local/www/status_carp.php | 2 +- src/usr/local/www/widgets/widgets/carp_status.widget.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr/local') diff --git a/src/usr/local/www/status_carp.php b/src/usr/local/www/status_carp.php index 4b3432d..9c6aa93 100644 --- a/src/usr/local/www/status_carp.php +++ b/src/usr/local/www/status_carp.php @@ -224,7 +224,7 @@ if ($carpcount == 0) { if ($status == "MASTER") { $icon = 'check-circle'; } else if ($status == "BACKUP") { - $icon = 'check-circle-o'; + $icon = 'minus-circle'; } else if ($status == "INIT") { $icon = 'question-circle'; } diff --git a/src/usr/local/www/widgets/widgets/carp_status.widget.php b/src/usr/local/www/widgets/widgets/carp_status.widget.php index 83f2b65..3c4f9c3 100644 --- a/src/usr/local/www/widgets/widgets/carp_status.widget.php +++ b/src/usr/local/www/widgets/widgets/carp_status.widget.php @@ -99,7 +99,7 @@ $carp_enabled = get_carp_status(); if ($status == "MASTER") { $icon = 'check-circle'; } else if ($status == "BACKUP") { - $icon = 'check-circle-o'; + $icon = 'minus-circle'; } else if ($status == "INIT") { $icon = 'question-circle'; } -- cgit v1.1