More layout fixes to the app configure view
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user