mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Undo the 'all devices, everywhere' - it was causing problems
This commit is contained in:
@@ -359,7 +359,7 @@ class NetworkGraph:
|
||||
# Builds ShapedDevices.csv from the network tree.
|
||||
circuits = []
|
||||
for (i, node) in enumerate(self.nodes):
|
||||
#if node.type == NodeType.client:
|
||||
if node.type == NodeType.client:
|
||||
parent = self.nodes[node.parentIndex].displayName
|
||||
if parent == "Shaper Root": parent = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user