Fixup some layout gap issues

This commit is contained in:
Johannes Zellner
2025-02-16 15:56:33 +01:00
parent 26b88a55e0
commit e6079ee275
4 changed files with 24 additions and 25 deletions

View File

@@ -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>