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

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

This commit is contained in:
Sergio Betanzos 2022-07-14 18:00:09 +02:00 committed by GitHub
parent 2f52827b56
commit 0c1335ff7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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} />