Add experimental oidc dashboard view

This commit is contained in:
Johannes Zellner
2023-03-21 17:40:32 +01:00
parent b78c773bc6
commit 14bcfbeeb2
5 changed files with 299 additions and 1 deletions
+3
View File
@@ -92,6 +92,9 @@ app.config(['$routeProvider', function ($routeProvider) {
}).when('/notifications', {
controller: 'NotificationsController',
templateUrl: 'views/notifications.html?<%= revision %>'
}).when('/oidc', {
controller: 'OidcController',
templateUrl: 'views/oidc.html?<%= revision %>'
}).when('/settings', {
controller: 'SettingsController',
templateUrl: 'views/settings.html?<%= revision %>'