setup: fix title and heading
This commit is contained in:
@@ -360,7 +360,7 @@ onMounted(async () => {
|
||||
</div>
|
||||
|
||||
<div class="view" v-else style="max-width: 500px;">
|
||||
<h1 style="text-align: center">Cloudron Restore</h1>
|
||||
<h1 style="text-align: center">Restore Cloudron</h1>
|
||||
<p>Provide the backup information to restore from, or
|
||||
<input type="file" ref="backupConfigFileInput" @change="onBackupConfigChanged" accept="application/json, text/json" style="display:none"/>
|
||||
<button type="button" style="background: none; border: none; color: #007bff; cursor: pointer; text-decoration: underline; padding: 0;" @click="onUploadBackupConfig()">
|
||||
|
||||
Reference in New Issue
Block a user