mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Iterate from the TOP of the tree, we only have to skip the one node on links.
This commit is contained in:
parent
85e7835444
commit
21a1c48dca
@ -66,7 +66,7 @@ function start() {
|
||||
}
|
||||
});
|
||||
|
||||
if (i > 1) {
|
||||
if (i > 0) {
|
||||
let immediateParent = data[i][1].immediate_parent;
|
||||
links.push({
|
||||
source: data[immediateParent][1].name,
|
||||
|
Loading…
Reference in New Issue
Block a user