summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/diag_dump_states.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_dump_states.php b/usr/local/www/diag_dump_states.php
index 549d669..0119afa 100755
--- a/usr/local/www/diag_dump_states.php
+++ b/usr/local/www/diag_dump_states.php
@@ -104,7 +104,7 @@ include("head.inc");
return;
}
- jQuery('tr[name="r:' + values[1] + ":" + values[2] + '"]').each(
+ jQuery('tr[id="r:' + values[1] + ":" + values[2] + '"]').each(
function(index,row) { jQuery(row).fadeOut(1000); }
);
}
@@ -196,7 +196,7 @@ while ($line = chop(fgets($fd))) {
$dstip = trim($parts[0]);
?>
- <tr valign="top" id="r:<?= $srcip ?>:<?= $dstip ?>" name="r:<?= $srcip ?>:<?= $dstip ?>">
+ <tr valign="top" id="r:<?= $srcip ?>:<?= $dstip ?>">
<td class="listlr"><?= $iface ?></td>
<td class="listr"><?= $proto ?></td>
<td class="listr"><?= $info ?></td>
OpenPOWER on IntegriCloud