Add separate backups page

This commit is contained in:
Johannes Zellner
2018-06-07 14:22:48 +02:00
parent a74cf0b064
commit 27f760fdbf
4 changed files with 608 additions and 0 deletions

View File

@@ -66,6 +66,9 @@ app.config(['$routeProvider', function ($routeProvider) {
}).when('/account', {
controller: 'AccountController',
templateUrl: 'views/account.html?<%= revision %>'
}).when('/backups', {
controller: 'BackupsController',
templateUrl: 'views/backups.html?<%= revision %>'
}).when('/graphs', {
controller: 'GraphsController',
templateUrl: 'views/graphs.html?<%= revision %>'