summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/services_rfc2136.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_rfc2136.php b/usr/local/www/services_rfc2136.php
index 3763182..3b3e679 100644
--- a/usr/local/www/services_rfc2136.php
+++ b/usr/local/www/services_rfc2136.php
@@ -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();
OpenPOWER on IntegriCloud