fix(ui): fix display issue with multiple nodes in Swarm view

pull/119/head
Anthony Lapenna 9 years ago
parent fd6645d068
commit 418b1ff544

@ -42,7 +42,7 @@ angular.module('swarm', [])
var node_offset = 4;
for (i = 0; i < node_count; i++) {
extractNodeInfo(info, node_offset);
node_offset += 10;
node_offset += 9;
}
}

Loading…
Cancel
Save