Start work on VolumesView.vue

This commit is contained in:
Johannes Zellner
2024-12-26 12:19:48 +01:00
parent 58e5f96eda
commit e51014a5bc
7 changed files with 191 additions and 12 deletions
+2 -2
View File
@@ -112,8 +112,8 @@ app.config(['$routeProvider', function ($routeProvider) {
controller: 'ServicesController',
templateUrl: 'views/services.html?' + window.VITE_CACHE_ID
}).when('/volumes', {
controller: 'VolumesController',
templateUrl: 'views/volumes.html?' + window.VITE_CACHE_ID
// controller: 'VolumesController',
// templateUrl: 'views/volumes.html?' + window.VITE_CACHE_ID
}).otherwise({ redirectTo: '/'});
}]);