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

Co-authored-by: xiaojingxuan <13700324600@163.com>
This commit is contained in:
xla0 2022-12-10 12:34:35 +08:00 committed by GitHub
parent 917df4f6ca
commit 58d21abfa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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