Browse Source

[Improvement-13084][UI] Make download log button disabled when host is null (#13090)

Co-authored-by: xiaojingxuan <13700324600@163.com>
(cherry picked from commit 58d21abfa1)
3.0.4-release
xla0 2 years ago committed by Jay Chung
parent
commit
d79dc31e31
  1. 1
      dolphinscheduler-ui/src/views/projects/task/instance/use-table.ts

1
dolphinscheduler-ui/src/views/projects/task/instance/use-table.ts

@ -241,6 +241,7 @@ export function useTable() {
circle: true,
type: 'info',
size: 'small',
disabled: !row.host,
onClick: () => downloadLog(row.id)
},
{

Loading…
Cancel
Save