Fixup some layout gap issues
This commit is contained in:
@@ -176,7 +176,7 @@ onMounted(async () => {
|
||||
|
||||
<Section :title="$t('services.title')">
|
||||
<template #header-buttons>
|
||||
<Button @click="refreshAll()" :loading="refreshBusy">{{ $t('services.refresh') }}</Button>
|
||||
<Button @click="refreshAll()" :loading="refreshBusy" :disabled="refreshBusy">{{ $t('services.refresh') }}</Button>
|
||||
</template>
|
||||
|
||||
<p>{{ $t('services.description') }}</p>
|
||||
|
||||
Reference in New Issue
Block a user