Move email eventlog to separate view

This commit is contained in:
Johannes Zellner
2021-09-30 14:35:06 +02:00
parent 6a3459e514
commit e0fcc8ae4b
6 changed files with 175 additions and 155 deletions

View File

@@ -81,6 +81,9 @@ app.config(['$routeProvider', function ($routeProvider) {
}).when('/email', {
controller: 'EmailsController',
templateUrl: 'views/emails.html?<%= revision %>'
}).when('/emails-eventlog', {
controller: 'EmailsEventlogController',
templateUrl: 'views/emails-eventlog.html?<%= revision %>'
}).when('/email/:domain', {
controller: 'EmailController',
templateUrl: 'views/email.html?<%= revision %>'