More layout fixes to the app configure view

This commit is contained in:
Johannes Zellner
2025-09-21 14:57:58 +02:00
parent 60982cc276
commit dd5c438597
5 changed files with 25 additions and 19 deletions
+1 -1
View File
@@ -132,8 +132,8 @@ onMounted(async () => {
<label>{{ $t('app.updatesTabTitle') }}</label>
<div v-html="$t('app.updates.auto.description', { appStoreLink: 'https://www.cloudron.io/store/index.html' })"></div>
</div>
<Button v-if="app.appStoreId" @click="onCheck()" :disabled="busyCheck" :loading="busyCheck">{{ $t('settings.updates.checkForUpdatesAction') }}</Button>
</SettingsItem>
<Button v-if="app.appStoreId" @click="onCheck()" :disabled="busyCheck" :loading="busyCheck">{{ $t('settings.updates.checkForUpdatesAction') }}</Button>
<SettingsItem v-if="app.updateInfo" style="padding: 10px;">
<div>