1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

F #5422: FireEdge VMRC test (#1967)

(cherry picked from commit 4201c09bc5)
This commit is contained in:
Jorge Miguel Lobo Escalona 2022-04-22 15:14:02 +02:00 committed by Ruben S. Montero
parent 0efe4df530
commit 09d7882bf3
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -96,7 +96,9 @@ const WebMKS = () => {
alignItems="flex-end"
gap="1em"
>
<Typography color={colorStatus}>{connectionState}</Typography>
<Typography color={colorStatus} data-cy="state">
{connectionState}
</Typography>
<WebMKSLogo />
</Stack>
)}