Condense view horizontally and fix settings item spacings

This commit is contained in:
Johannes Zellner
2025-09-19 18:43:41 +02:00
parent 9bdbd49de0
commit 1d49af144c
20 changed files with 60 additions and 36 deletions

View File

@@ -235,7 +235,8 @@ onMounted(async () => {
<Button @click="refreshAll()" :loading="refreshBusy" :disabled="refreshBusy">{{ $t('services.refresh') }}</Button>
</template>
<p>{{ $t('services.description') }}</p>
<div>{{ $t('services.description') }}</div>
<br/>
<TableView :columns="columns" :model="servicesArray">
<template #status="service">