Projet

Général

Profil

« Précédent | Suivant » 

Révision df13b077

Ajouté par jim-p il y a presque 10 ans

Just use ID here instead.

Voir les différences:

usr/local/www/diag_dump_states.php
104 104
			return;
105 105
		}
106 106

  
107
		jQuery('tr[name="r:' + values[1] + ":" + values[2] + '"]').each(
107
		jQuery('tr[id="r:' + values[1] + ":" + values[2] + '"]').each(
108 108
			function(index,row) { jQuery(row).fadeOut(1000); }
109 109
		);
110 110
	}
......
196 196
	$dstip = trim($parts[0]);
197 197

  
198 198
?>
199
	<tr valign="top" id="r:<?= $srcip ?>:<?= $dstip ?>" name="r:<?= $srcip ?>:<?= $dstip ?>">
199
	<tr valign="top" id="r:<?= $srcip ?>:<?= $dstip ?>">
200 200
			<td class="listlr"><?= $iface ?></td>
201 201
			<td class="listr"><?= $proto ?></td>
202 202
			<td class="listr"><?= $info ?></td>

Formats disponibles : Unified diff