This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 58d21abfa1 [Improvement-13084][UI] Make download log button disabled 
when host is null (#13090)
58d21abfa1 is described below

commit 58d21abfa166cb8c93ca4ff511f769dd147b2aff
Author: xla0 <[email protected]>
AuthorDate: Sat Dec 10 12:34:35 2022 +0800

    [Improvement-13084][UI] Make download log button disabled when host is null 
(#13090)
    
    Co-authored-by: xiaojingxuan <[email protected]>
---
 dolphinscheduler-ui/src/views/projects/task/instance/use-table.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dolphinscheduler-ui/src/views/projects/task/instance/use-table.ts 
b/dolphinscheduler-ui/src/views/projects/task/instance/use-table.ts
index 0d005043b7..e614f6663f 100644
--- a/dolphinscheduler-ui/src/views/projects/task/instance/use-table.ts
+++ b/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)
                       },
                       {

Reply via email to