1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix register text

This commit is contained in:
sveisvei 2016-12-22 09:56:16 +01:00
parent ebe8da8f6c
commit 6d5cf7eeae

View File

@ -112,7 +112,7 @@ class ClientApplications extends PureComponent {
</List> </List>
</Cell> </Cell>
<Cell col={6} tablet={12}> <Cell col={6} tablet={12}>
<h6>{instances.length} Instances connected</h6> <h6>{instances.length} Instances registered</h6>
<hr /> <hr />
<List> <List>
{instances.map(({ instanceId, clientIp, lastSeen }, i) => ( {instances.map(({ instanceId, clientIp, lastSeen }, i) => (