1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

feat(swarm): support Swarm replica management (#245)

This commit is contained in:
Anthony Lapenna 2016-10-01 17:50:46 +13:00 committed by GitHub
parent 01d5d11c01
commit 59e65222eb
2 changed files with 6 additions and 4 deletions

View file

@ -41,7 +41,7 @@
<tbody>
<tr>
<td>Nodes</td>
<td>{{ infoData.SystemStatus[3][1] }}</td>
<td>{{ infoData.SystemStatus[0][1] == 'primary' ? infoData.SystemStatus[3][1] : infoData.SystemStatus[4][1] }}</td>
</tr>
<tr>
<td>Swarm version</td>