Browse Source

[Fix][UI] Fix the problem of displaying task execution icons. (#9549)

3.0.0/version-upgrade
Amy0104 2 years ago committed by GitHub
parent
commit
4d6a732ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-config.ts

16
dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-config.ts

@ -125,17 +125,15 @@ export const NODE_STATUS_MARKUP = [
selector: 'fo',
children: [
{
tagName: 'body',
tagName: 'div',
selector: 'fo-body',
ns: 'http://www.w3.org/1999/xhtml',
children: [
{
tagName: 'div',
selector: 'status'
}
]
ns: 'http://www.w3.org/1999/xhtml'
}
]
],
style: {
width: 20,
height: 20
}
}
]

Loading…
Cancel
Save