mirror of
https://github.com/unraid/api.git
synced 2026-01-06 16:49:49 -06:00
refactor(web): ReplaceCheck status feedback
This commit is contained in:
@@ -24,7 +24,7 @@ defineProps<{
|
||||
@click="replaceCheckStore.check"
|
||||
:disabled="status !== 'ready'"
|
||||
:icon="status === 'checking' ? BrandLoadingWhite : KeyIcon"
|
||||
:text="t('Check Eligibility')"
|
||||
:text="status === 'checking' ? t('Checking…') : t('Check Eligibility')"
|
||||
class="flex-grow" />
|
||||
|
||||
<UiBadge
|
||||
|
||||
Reference in New Issue
Block a user