mirror of
https://github.com/unraid/api.git
synced 2026-05-08 08:00:19 -05:00
fix: connect status icon color online
This commit is contained in:
@@ -43,7 +43,7 @@ const status = computed((): StatusOutput | undefined => {
|
|||||||
if (unraidApiStatus.value === 'online') {
|
if (unraidApiStatus.value === 'online') {
|
||||||
return {
|
return {
|
||||||
icon: CheckCircleIcon,
|
icon: CheckCircleIcon,
|
||||||
iconClasses: 'text-red-600 w-16px h-16px',
|
iconClasses: 'text-green-600 w-16px h-16px',
|
||||||
text: props.t('Connected'),
|
text: props.t('Connected'),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user