Browse Source

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

Co-authored-by: xiaojingxuan <13700324600@163.com>
3.2.0-release
xla0 2 years ago committed by GitHub
parent
commit
58d21abfa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      dolphinscheduler-ui/src/views/projects/task/instance/use-table.ts

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

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

Loading…
Cancel
Save