If mobile app, import from a plain text backup
This commit is contained in:
parent
fe0c061eaa
commit
34b5dc3298
6 changed files with 13 additions and 10 deletions
|
|
@ -22,14 +22,14 @@
|
|||
</span>
|
||||
</div>
|
||||
|
||||
<div ng-show="!is_iOS">
|
||||
<div ng-show="!is_iOS && !isCordova">
|
||||
<div class="input">
|
||||
<input type="file" class="db form-control"
|
||||
placeholder="{{'Select a backup file'|translate}}" name="backupFile" ng-model="backupFile" ng-file-select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div ng-show="is_iOS">
|
||||
<div ng-show="is_iOS || isCordova">
|
||||
<div class="input">
|
||||
<textarea
|
||||
placeholder="Paste backup plain text code"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue