1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

M #~: Minor fix to marketplace card (#2236)

(cherry picked from commit 0c1335ff7add92cab4edc1892eec56bf98082818)
This commit is contained in:
Sergio Betanzos 2022-07-14 18:00:09 +02:00 committed by Tino Vázquez
parent 1e9fc5e235
commit 4c52a1044d
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -60,7 +60,7 @@ const MarketplaceCard = memo(
)
return (
<div {...rootProps} data-cy={`datastore-${ID}`}>
<div {...rootProps} data-cy={`marketplace-${ID}`}>
<div className={classes.main}>
<div className={classes.title}>
<StatusCircle color={stateColor} tooltip={stateName} />