Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2015-11-22 02:49:40 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2015-11-22 02:49:40 +0300
commitdf417f226ad2408d6389e7ebf4f7ddd963a5dfa7 (patch)
tree5ce7adce35c7cd2f32a820f91329af32d0850139 /Duplicati/Server/webroot/ngax/scripts/app.js
parent08d4847dad4fd3b182ea02d8284221d5c95a1ba5 (diff)
Split the restore into a start process and a direct controller and implemented the final restore step
Diffstat (limited to 'Duplicati/Server/webroot/ngax/scripts/app.js')
-rw-r--r--Duplicati/Server/webroot/ngax/scripts/app.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/Duplicati/Server/webroot/ngax/scripts/app.js b/Duplicati/Server/webroot/ngax/scripts/app.js
index fdac05020..0ba0accc9 100644
--- a/Duplicati/Server/webroot/ngax/scripts/app.js
+++ b/Duplicati/Server/webroot/ngax/scripts/app.js
@@ -20,7 +20,10 @@ backupApp.config(['$routeProvider',
when('/edit/:backupid', {
templateUrl: 'templates/addoredit.html'
}).
- when('/restore', {
+ when('/restoredirect', {
+ templateUrl: 'templates/restoredirect.html'
+ }).
+ when('/restore/:backupid', {
templateUrl: 'templates/restore.html'
}).
when('/settings', {