Migrate first parts of backups view to vue
This commit is contained in:
@@ -68,8 +68,8 @@ app.config(['$routeProvider', function ($routeProvider) {
|
||||
// controller: 'ProfileController',
|
||||
// templateUrl: 'views/profile.html?' + window.VITE_CACHE_ID
|
||||
}).when('/backups', {
|
||||
controller: 'BackupsController',
|
||||
templateUrl: 'views/backups.html?' + window.VITE_CACHE_ID
|
||||
// controller: 'BackupsController',
|
||||
// templateUrl: 'views/backups.html?' + window.VITE_CACHE_ID
|
||||
}).when('/branding', {
|
||||
controller: 'BrandingController',
|
||||
templateUrl: 'views/branding.html?' + window.VITE_CACHE_ID
|
||||
|
||||
Reference in New Issue
Block a user