Amy0104 commented on a change in pull request #8987:
URL: https://github.com/apache/dolphinscheduler/pull/8987#discussion_r829938232
##########
File path:
dolphinscheduler-ui-next/src/views/projects/workflow/instance/use-table.ts
##########
@@ -95,45 +93,7 @@ export function useTable() {
title: t('project.workflow.status'),
key: 'state',
className: 'workflow-status',
- render: (_row: IWorkflowInstance) => {
- const stateIcon = taskStateIcon[_row.state]
- const iconElement = h(
- NIcon,
- {
- size: '18px',
- style: 'position: relative; top: 7.5px; left: 7.5px',
- class: stateIcon.classNames
Review comment:
I will add the class by the task type.Such as SUBMITTED_SUCCESS will be
submitted_success expect FAILURE which corresponds to failed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]