PATH:
usr
/
local
/
jetapps
/
frontend
/
jetbackup
/
app
/
views
<div class="form-group"> <p ng-if="!config.restore_conditions">{{ LANG.t("Are you sure you want to restore from this backup?") }}</p> <div ng-if="config.restore_conditions"> <div ng-repeat="condition in config.restore_conditions track by $index" id="condition_row_{{$index}}" ng-if="condition.type == 0 || condition.type == backupType" style="margin-bottom: 5px;"> <label><input type="checkbox" ng-model="condition.checked" /> <strong>{{ condition.title }}</strong></label><br /> <span ng-bind-html="condition.content"></span> </div> </div> </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_restore_confirm_{{$index}}" type="submit" class="btn btn-primary" spinner-id="spinnerRestoreBackup" ng-model="button" ng-disabled="isConditionsAgreed()" ng-click="onClickRestoreConfirm(backup)">{{ LANG.t("Add to Restore Queue") }}</button> <button class="btn btn-link" ng-click="minimizeAll()">{{ LANG.t("Cancel") }}</button> </div> <div id="restore_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]