diff options
author | Thibaut Ackermann <thibaut.ackermann@alcatel-lucent.com> | 2015-10-12 11:16:01 +0200 |
---|---|---|
committer | Thibaut Ackermann <thibaut.ackermann@alcatel-lucent.com> | 2015-10-12 11:16:01 +0200 |
commit | 08b6e3810345e84ebda022a9d0b2b47db0bc0805 (patch) | |
tree | 36d99174cec6adf78be1127111b1ec58cb1e9106 /config | |
parent | 675b121ee2de4c1c430219053a9ba5f0d6a7e568 (diff) | |
download | pfsense-packages-08b6e3810345e84ebda022a9d0b2b47db0bc0805.tar.gz pfsense-packages-08b6e3810345e84ebda022a9d0b2b47db0bc0805.tar.bz2 pfsense-packages-08b6e3810345e84ebda022a9d0b2b47db0bc0805.zip |
haproxy1_5: remove weird visibility:hidden when a listener is secondary
Diffstat (limited to 'config')
-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;?>';"> |