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:
parent
ebe8da8f6c
commit
6d5cf7eeae
@ -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) => (
|
||||||
|
Loading…
Reference in New Issue
Block a user