fix: display instance type spec
This commit is contained in:
@@ -228,7 +228,7 @@ const useWorkerColumns = ({
|
||||
render: (_, record) => (
|
||||
<StatusTag
|
||||
maxTooltipWidth={400}
|
||||
suffix={record.progress}
|
||||
suffix={record.provision_progress}
|
||||
statusValue={{
|
||||
status: status[record.state] as any,
|
||||
text: WorkerStatusMapValue[record.state],
|
||||
|
||||
Reference in New Issue
Block a user