mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 05:36:13 +08:00 
			
		
		
		
	add description for export/import
This commit is contained in:
		@@ -119,5 +119,8 @@ export default {
 | 
				
			|||||||
    "Clear Data": "Clear Data",
 | 
					    "Clear Data": "Clear Data",
 | 
				
			||||||
    Events: "Events",
 | 
					    Events: "Events",
 | 
				
			||||||
    Heartbeats: "Heartbeats",
 | 
					    Heartbeats: "Heartbeats",
 | 
				
			||||||
    "Auto Get": "Auto Get"
 | 
					    "Auto Get": "Auto Get",
 | 
				
			||||||
 | 
					    backupDescription: "You can backup all monitors and all notifications into a JSON file.",
 | 
				
			||||||
 | 
					    backupDescription2: "PS: History and event data is not included.",
 | 
				
			||||||
 | 
					    backupDescription3: "Sensitive data such as notification tokens is included in the export file, please keep it carefully.",
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -122,12 +122,19 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
                            <h2 class="mt-5 mb-2">{{ $t("Import/Export Backup") }}</h2>
 | 
					                            <h2 class="mt-5 mb-2">{{ $t("Import/Export Backup") }}</h2>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                            <p>
 | 
				
			||||||
 | 
					                                {{ $t("backupDescription") }} <br />
 | 
				
			||||||
 | 
					                                ({{ $t("backupDescription2") }}) <br />
 | 
				
			||||||
 | 
					                            </p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                            <div class="input-group mb-3">
 | 
					                            <div class="input-group mb-3">
 | 
				
			||||||
                                <button class="btn btn-outline-primary" @click="downloadBackup">{{ $t("Export") }}</button>
 | 
					                                <button class="btn btn-outline-primary" @click="downloadBackup">{{ $t("Export") }}</button>
 | 
				
			||||||
                                <button type="button" class="btn btn-outline-primary" @click="importBackup">{{ $t("Import") }}</button>
 | 
					                                <button type="button" class="btn btn-outline-primary" @click="importBackup">{{ $t("Import") }}</button>
 | 
				
			||||||
                                <input id="importBackup" type="file" class="form-control">
 | 
					                                <input id="importBackup" type="file" class="form-control">
 | 
				
			||||||
                            </div>
 | 
					                            </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                            <p><strong>{{ $t("backupDescription3") }}</strong></p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                            <h2 class="mt-5 mb-2">{{ $t("Advanced") }}</h2>
 | 
					                            <h2 class="mt-5 mb-2">{{ $t("Advanced") }}</h2>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                            <div class="mb-3">
 | 
					                            <div class="mb-3">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user