Migrate first parts of backups view to vue

This commit is contained in:
Johannes Zellner
2025-02-04 15:10:38 +01:00
parent 55939f6320
commit 776e65bc5e
10 changed files with 631 additions and 16 deletions
+2 -2
View File
@@ -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