diff options
Diffstat (limited to 'config/haproxy1_5')
-rw-r--r-- | config/haproxy1_5/www/haproxy_listeners.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy1_5/www/haproxy_listeners.php b/config/haproxy1_5/www/haproxy_listeners.php index db1f3ff2..0483e7fc 100644 --- a/config/haproxy1_5/www/haproxy_listeners.php +++ b/config/haproxy1_5/www/haproxy_listeners.php @@ -205,7 +205,7 @@ function js_callback(req) { title="<?=gettext("click to toggle enable/disable this frontend");?>" alt="icon" /> </a> </td> - <td class="listr" style="<?=$frontend['secondary']=='yes'?"visibility:hidden;":""?>" ondblclick="document.location='haproxy_listeners_edit.php?id=<?=$frontendname;?>';"> + <td class="listr" ondblclick="document.location='haproxy_listeners_edit.php?id=<?=$frontendname;?>';"> <?=$frontend['secondary']!='yes'?"yes":"no";?> </td> <td class="listr" ondblclick="document.location='haproxy_listeners_edit.php?id=<?=$frontendname;?>';"> |