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:
parent
2f52827b56
commit
0c1335ff7a
@ -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} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user