mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Removed onClick from ports list
This commit is contained in:
@ -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;'>
|
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
|
// 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') {
|
if ($device['os'] == 'nos') {
|
||||||
|
Reference in New Issue
Block a user