mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix double click row to edit for rfc2136
This commit is contained in:
parent
7c9da7be0c
commit
a04da9bfb6
@ -82,7 +82,7 @@ include("head.inc");
|
||||
<td width="10%" class="list"></td>
|
||||
</tr>
|
||||
<?php $i = 0; foreach ($a_rfc2136 as $rfc2136): ?>
|
||||
<tr>
|
||||
<tr ondblclick="document.location='services_rfc2136_edit.php?id=<?=$i;?>'">
|
||||
<td class="listlr">
|
||||
<?php
|
||||
$iflist = get_configured_interface_with_descr();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user