mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 22:05:23 +02:00
fix(ui): fix display issue with multiple nodes in Swarm view
This commit is contained in:
parent
fd6645d068
commit
418b1ff544
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ angular.module('swarm', [])
|
||||||
var node_offset = 4;
|
var node_offset = 4;
|
||||||
for (i = 0; i < node_count; i++) {
|
for (i = 0; i < node_count; i++) {
|
||||||
extractNodeInfo(info, node_offset);
|
extractNodeInfo(info, node_offset);
|
||||||
node_offset += 10;
|
node_offset += 9;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue