Improve some button bar spacings
This commit is contained in:
@@ -106,8 +106,10 @@ onMounted(async () => {
|
||||
<div class="info-value">{{ config.format }} <i class="fas fa-lock" v-show="config.password" ></i></div>
|
||||
</div>
|
||||
|
||||
<Button v-show="profile.isAtLeastOwner" @click="onConfigure()">{{ $t('backups.location.configure') }}</Button>
|
||||
<Button v-show="profile.isAtLeastOwner && mountlike(config.provider)" :disabled="remountBusy" :loading="remountBusy" @click="onRemount()">{{ $t('backups.location.remount') }}</Button>
|
||||
<div class="button-bar">
|
||||
<Button v-show="profile.isAtLeastOwner" @click="onConfigure()">{{ $t('backups.location.configure') }}</Button>
|
||||
<Button v-show="profile.isAtLeastOwner && mountlike(config.provider)" :disabled="remountBusy" :loading="remountBusy" @click="onRemount()">{{ $t('backups.location.remount') }}</Button>
|
||||
</div>
|
||||
</Section>
|
||||
|
||||
<BackupSchedule :profile="profile"/>
|
||||
|
||||
Reference in New Issue
Block a user