mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
fix: update node disconnected status styling and behavior
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user