Remove dashboard action from multi view

refs #8903
This commit is contained in:
Matthias Jentsch 2015-05-04 17:05:18 +02:00
parent 3187975553
commit 11c9cde557
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class Monitoring_CommentsController extends Controller
'label' => $this->translate('Comments'),
'url' =>'monitoring/comments/show'
)
)->activate('comments')->extend(new DashboardAction());
)->activate('comments');
}
/**