mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fixed expand all tree tool in snmp browser
This commit is contained in:
parent
1328b2055c
commit
38c8a498c1
@ -171,7 +171,7 @@ function expandTreeNode(node) {
|
|||||||
.attr("src", src);
|
.attr("src", src);
|
||||||
|
|
||||||
// Show leaves
|
// Show leaves
|
||||||
$("#ul_" + node).css("display", "");
|
$("#ul_" + node).css("display", "block");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Expand an SNMP tree node
|
// Expand an SNMP tree node
|
||||||
|
Loading…
x
Reference in New Issue
Block a user