uploading zip in restore

This commit is contained in:
sanjayk03-dev
2024-06-07 05:44:09 +05:30
parent 4a526e0012
commit facc1eb700
2 changed files with 27 additions and 25 deletions

View File

@@ -17,7 +17,7 @@ script#admin-general-view-template(type="text/x-template")
label.pure-button.pure-button-primary(@click="restore_config") Restore
form.restore-config.file-upload
input(type="file", accept=".json", @change="restore")
input(type="file", accept=".zip", @change="restore")
button.pure-button.pure-button-primary(@click="confirmReset = true") Reset
message(:show.sync="confirmReset")