mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Merge branch 'ent-7309-Expand-tree-snmp-browser' into 'develop'
fixed expand all tree tool in snmp browser See merge request artica/pandorafms!4262
This commit is contained in:
commit
8d07ccb9cc
@ -181,7 +181,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