Use the new app login event in the webadmin

Part of #247
This commit is contained in:
Johannes Zellner
2017-03-02 17:14:56 +01:00
parent ee1cef3ee8
commit 55245557f5
2 changed files with 3 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ angular.module('Application').controller('ActivityController', ['$scope', '$loca
{ name: 'app.restore', value: 'app.restore' },
{ name: 'app.uninstall', value: 'app.uninstall' },
{ name: 'app.update', value: 'app.update' },
{ name: 'app.login', value: 'app.login' },
{ name: 'backup.finish', value: 'backup.finish' },
{ name: 'backup.start', value: 'backup.start' },
{ name: 'certificate.renew', value: 'certificate.renew' },