Convert Eventlogs to vue

This commit is contained in:
Johannes Zellner
2025-01-25 17:09:53 +01:00
parent b43fa38350
commit f3e2f10478
9 changed files with 726 additions and 17 deletions

View File

@@ -100,8 +100,8 @@ app.config(['$routeProvider', function ($routeProvider) {
// controller: 'SettingsController',
// templateUrl: 'views/settings.html?' + window.VITE_CACHE_ID
}).when('/eventlog', {
controller: 'EventLogController',
templateUrl: 'views/eventlog.html?' + window.VITE_CACHE_ID
// controller: 'EventLogController',
// templateUrl: 'views/eventlog.html?' + window.VITE_CACHE_ID
}).when('/support', {
// controller: 'SupportController',
// templateUrl: 'views/support.html?' + window.VITE_CACHE_ID