This commit is contained in:
Julian Lam
2015-11-06 14:01:34 -05:00
parent 18bd4c1cda
commit 48b5bab849
6 changed files with 48 additions and 62 deletions

View File

@@ -22,13 +22,6 @@ dashboardController.get = function(req, res, next) {
doneText: 'Reload not required',
notDoneText:'Reload required'
},
{
done: plugins.hasListeners('filter:email.send'),
doneText: 'Emailer Installed',
notDoneText:'Emailer not installed',
tooltip:'Install an emailer plugin from the plugin page in order to activate registration emails and email digests',
link:'/admin/extend/plugins'
},
{
done: plugins.hasListeners('filter:search.query'),
doneText: 'Search Plugin Installed',