Add initial SystemView.vue

This commit is contained in:
Johannes Zellner
2025-02-17 11:18:57 +01:00
parent c1c53af855
commit 42b4d7ce5f
4 changed files with 111 additions and 3 deletions

View File

@@ -106,8 +106,8 @@ app.config(['$routeProvider', function ($routeProvider) {
// controller: 'SupportController',
// templateUrl: 'views/support.html?' + window.VITE_CACHE_ID
}).when('/system', {
controller: 'SystemController',
templateUrl: 'views/system.html?' + window.VITE_CACHE_ID
// controller: 'SystemController',
// templateUrl: 'views/system.html?' + window.VITE_CACHE_ID
}).when('/services', {
// controller: 'ServicesController',
// templateUrl: 'views/services.html?' + window.VITE_CACHE_ID