[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:
parent
917df4f6ca
commit
58d21abfa1
|
|
@ -270,6 +270,7 @@ export function useTable() {
|
|||
circle: true,
|
||||
type: 'info',
|
||||
size: 'small',
|
||||
disabled: !row.host,
|
||||
onClick: () => downloadLog(row.id)
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue