diff options
author | Renato Botelho <renato@netgate.com> | 2015-10-12 10:41:58 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-10-12 10:41:58 -0300 |
commit | 33940bd1d287a6ad0fb0deabd1f50e280c381b0d (patch) | |
tree | 77c7b6cbb7c4a33dc4dbbf27b34edbb6eb48431e /config/haproxy1_5 | |
parent | 4f951504174c2b8d5fd1304a75db9ac7f44232f0 (diff) | |
parent | 08b6e3810345e84ebda022a9d0b2b47db0bc0805 (diff) | |
download | pfsense-packages-33940bd1d287a6ad0fb0deabd1f50e280c381b0d.tar.gz pfsense-packages-33940bd1d287a6ad0fb0deabd1f50e280c381b0d.tar.bz2 pfsense-packages-33940bd1d287a6ad0fb0deabd1f50e280c381b0d.zip |
Merge pull request #1094 from OpenTouch/master
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;?>';"> |