rename activity -> eventlog

This commit is contained in:
Girish Ramakrishnan
2021-06-15 11:17:55 -07:00
parent 9c191c6c11
commit 3da97fb7cb
4 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -90,9 +90,9 @@ app.config(['$routeProvider', function ($routeProvider) {
}).when('/settings', {
controller: 'SettingsController',
templateUrl: 'views/settings.html?<%= revision %>'
}).when('/activity', {
controller: 'ActivityController',
templateUrl: 'views/activity.html?<%= revision %>'
}).when('/eventlog', {
controller: 'EventLogController',
templateUrl: 'views/eventlog.html?<%= revision %>'
}).when('/support', {
controller: 'SupportController',
templateUrl: 'views/support.html?<%= revision %>'