fix: update node disconnected status styling and behavior

This commit is contained in:
Marvin Zhang
2025-09-14 15:20:01 +08:00
parent 437c30b699
commit 72177b2728

View File

@@ -86,9 +86,9 @@ const data = computed<TagProps>(() => {
return {
label: t('components.task.status.label.nodeDisconnected'),
tooltip: t('components.task.status.tooltip.nodeDisconnected'),
type: 'warning',
icon: ['fa', 'unlink'],
spinning: true,
type: 'info',
icon: ['fa', 'plug-circle-xmark'],
spinning: false,
};
default:
return {