diff options
author | sullrich <sullrich@pfsense.org> | 2009-12-14 16:33:27 -0500 |
---|---|---|
committer | sullrich <sullrich@pfsense.org> | 2009-12-14 16:33:51 -0500 |
commit | de8668f7538dd0bc3ffd4439ff78e51c9878525a (patch) | |
tree | 0e5252fa9cb2da9a5793f95e0fcd396393497e9b /config/haproxy/haproxy_frontends.php | |
parent | af41e1500afce97a0ac1e1348eaeafa31cfb792e (diff) | |
download | pfsense-packages-de8668f7538dd0bc3ffd4439ff78e51c9878525a.tar.gz pfsense-packages-de8668f7538dd0bc3ffd4439ff78e51c9878525a.tar.bz2 pfsense-packages-de8668f7538dd0bc3ffd4439ff78e51c9878525a.zip |
Fix frontends links
Diffstat (limited to 'config/haproxy/haproxy_frontends.php')
-rwxr-xr-x | config/haproxy/haproxy_frontends.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/haproxy/haproxy_frontends.php b/config/haproxy/haproxy_frontends.php index 1dcc0483..d50133b8 100755 --- a/config/haproxy/haproxy_frontends.php +++ b/config/haproxy/haproxy_frontends.php @@ -108,16 +108,16 @@ include("head.inc"); </tr> <?php $i = 0; foreach ($a_backend as $backend): ?> <tr> - <td class="listlr" ondblclick="document.location='haproxy_backends_edit.php?id=<?=$i;?>';"> + <td class="listlr" ondblclick="document.location='haproxy_frontends_edit.php?id=<?=$i;?>';"> <?=$backend['name'];?> </td> - <td class="listlr" ondblclick="document.location='haproxy_backends_edit.php?id=<?=$i;?>';"> + <td class="listlr" ondblclick="document.location='haproxy_frontends_edit.php?id=<?=$i;?>';"> <?=$backend['desc'];?> </td> - <td class="listlr" ondblclick="document.location='haproxy_backends_edit.php?id=<?=$i;?>';"> + <td class="listlr" ondblclick="document.location='haproxy_frontends_edit.php?id=<?=$i;?>';"> <?=$backend['stats_uri'];?> </td> - <td class="listlr" ondblclick="document.location='haproxy_backends_edit.php?id=<?=$i;?>';"> + <td class="listlr" ondblclick="document.location='haproxy_frontends_edit.php?id=<?=$i;?>';"> <?=$backend['type'];?> </td> <td class="list" nowrap> @@ -135,7 +135,7 @@ include("head.inc"); <td class="list"> <table border="0" cellspacing="0" cellpadding="1"> <tr> - <td valign="middle"><a href="haproxy_backends_edit.php"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0"></a></td> + <td valign="middle"><a href="haproxy_frontends_edit.php"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0"></a></td> </tr> </table> </td> |