-
Sub-task
-
Resolution: Unresolved
-
Major
-
None
-
None
-
Product / Portfolio Work
-
True
-
-
False
-
-
"Golden Path" page from figma design https://www.figma.com/design/0ydoeszh7xITK5l3f4XyNC/live-migration--cross-cluster-?node-id=539-199144&p=f&t=Nqb27DnqsB7qaOf1-0
- props
- isValid (coming from the parent component check)
- sourceResource: SourceSize (being SourceSize =
{storage: string, memory: string, CPU: string}
)
- targetResource: ClusterCapacity (being ClusterCapacity =
{storage: ResourceInfo, memory: ResourceInfo, cpu: ResourceInfo}
, ResourceInfo =
{total: number, used: number, free: number, unit: string})
A component ResourceCapacityReadOnly component is implemented. Warning message in case isValid is false
Unitary tests should be provided at component level
message saying to the user that hey are not able to edit is missing on UXD at the time this task has been created