mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-23 17:33:56 +03:00
(cherry picked from commit 4201c09bc5
)
This commit is contained in:
parent
0efe4df530
commit
09d7882bf3
@ -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>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user