mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +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);
|
||||
|
||||
// Show leaves
|
||||
$("#ul_" + node).css("display", "");
|
||||
$("#ul_" + node).css("display", "block");
|
||||
}
|
||||
|
||||
// Expand an SNMP tree node
|
||||
|
Loading…
x
Reference in New Issue
Block a user