PATH:
usr
/
local
/
jetapps
/
frontend
/
jetbackup
/
app
/
views
<div class="form-group"> <p ng-if="config.limit_downloads">{{ LANG.t("PLEASE NOTE: We only process %s download requests at a time per account. Previously generated download links may be deleted and need to be requested again if needed. Do you want to continue?", config.limit_downloads) }}</p> <p ng-if="!config.limit_downloads">{{ LANG.t("Are you sure you want to download this backup?") }}</p> </div> <div class="row" ng-show="backup.require_encryption_key"> <div class="col-md-4"> <div class="form-group"> <div class="input-group" style="margin-top: 5px;"> <span class="input-group-addon">{{LANG.t("Encryption Key")}}</span> <input type="text" value="" class="form-control" ng-model="backup.encryption_key" title="Enter yor encryption key to continue" /> </div> </div> </div> </div> <div class="form-group"> <button id="backup_table_download_confirm_{{$index}}" type="submit" class="btn btn-primary" spinner-id="spinnerDownloadBackup" ng-click="onClickDownloadConfirm(backup)">{{ LANG.t("Add to Download Queue") }}</button> <button class="btn btn-link" ng-click="minimizeAll()">{{ LANG.t("Cancel") }}</button> </div> <div id="download_backup_status_{{index}}"></div>
[-] deleteModule.ptt
[edit]
[-] dnsBackups.ptt
[edit]
[-] fileManager.ptt
[edit]
[+]
..
[-] dbBackups.ptt
[edit]
[-] cronBackups.ptt
[edit]
[-] fileBackups.ptt
[edit]
[-] snapshots.ptt
[edit]
[-] sslBackups.ptt
[edit]
[-] index.ptt
[edit]
[-] downloadModule.ptt
[edit]
[-] fullBackups.ptt
[edit]
[-] restoreModule.ptt
[edit]
[-] emailBackups.ptt
[edit]
[-] queues.ptt
[edit]
[-] settings.ptt
[edit]
[-] gdpr.ptt
[edit]
[-] permissionserror.ptt
[edit]