fixed expand all tree tool in snmp browser

This commit is contained in:
alejandro.campos@artica.es 2021-07-02 14:57:39 +02:00
parent 1328b2055c
commit 38c8a498c1
1 changed files with 1 additions and 1 deletions

View File

@ -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