auto expand SNMP browser more now the perf is good

This commit is contained in:
Oliver Gorwits
2022-08-03 17:57:54 +01:00
parent 94c43fcc33
commit 24b94d3092
2 changed files with 5 additions and 7 deletions

View File

@@ -84,7 +84,7 @@
'data' : {
'url' : function (node) {
return ('[% uri_base | none %]/ajax/data/device/[% device %]/snmptree/'
+ (node.id === '#' ? '.1' : node.id) + '?recurse=on');
+ (node.id === '#' ? '.1' : node.id));
}
}
},