Merge pull request #2744 from laf/issue-2667

Removed onClick from ports list
This commit is contained in:
Mike Rostermund
2016-01-10 18:39:39 +01:00
+1 -1
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') {