You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/12/05 09:42:33 UTC

[GitHub] [dolphinscheduler] xla0 commented on a diff in pull request #13090: [Improvement-13084][UI] Make download log button disabled when host i…

xla0 commented on code in PR #13090:
URL: https://github.com/apache/dolphinscheduler/pull/13090#discussion_r1039361957


##########
dolphinscheduler-ui/src/views/projects/task/instance/use-table.ts:
##########
@@ -262,6 +262,7 @@ export function useTable() {
                         circle: true,
                         type: 'info',
                         size: 'small',
+                        disabled: !row.host,

Review Comment:
   I think download button should have the same display like view log button.



-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org