Removed onClick from ports list

This commit is contained in:
laf
2016-01-10 17:19:58 +00:00
parent e3e1b5f6ab
commit 802d0993d9

View File

@ -37,7 +37,7 @@ else {
}
echo "<tr style=\"background-color: $row_colour;\" valign=top onmouseover=\"this.style.backgroundColor='$list_highlight';\" onmouseout=\"this.style.backgroundColor='$row_colour';\" style='cursor: pointer;'>
<td valign=top width=350 onclick=\"location.href='".generate_port_url($port)."'\">";
<td valign=top width=350>";
// Don't echo out ports ifIndex if it's a NOS device since their ifIndex is, for lack of better words....different
if ($device['os'] == 'nos') {