aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel/haproxy_listeners.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/haproxy-devel/haproxy_listeners.php')
-rw-r--r--config/haproxy-devel/haproxy_listeners.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy-devel/haproxy_listeners.php b/config/haproxy-devel/haproxy_listeners.php
index d634ded4..2a58ac9a 100644
--- a/config/haproxy-devel/haproxy_listeners.php
+++ b/config/haproxy-devel/haproxy_listeners.php
@@ -136,7 +136,7 @@ include("head.inc");
foreach ($a_backend as $backend):
$backendname = $backend['name'];
$textgray = $backend['status'] != 'active' ? " gray" : "";
- if (isset($ipport_previous ) && $backend['ipport'] != $ipport_previous):
+ if (isset($ipport_previous ) && $backend['ipport'] == $ipport_previous):
?>
<tr class="<?=$textgray?>"><td collspan="7">&nbsp;</td></tr>
<?