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);
|
||||
|
||||
// Show leaves
|
||||
$("#ul_" + node).css("display", "");
|
||||
$("#ul_" + node).css("display", "block");
|
||||
}
|
||||
|
||||
// Expand an SNMP tree node
|
||||
|
|
Loading…
Reference in New Issue