1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

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

This commit is contained in:
Anthony Lapenna 2016-07-07 13:22:31 +12:00 committed by GitHub
parent 50391c87e2
commit 092d866c73

View file

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