Remove plus action from dashboard tabs

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-12 16:00:22 +01:00
parent b4e0fe999f
commit 8481daa91f
1 changed files with 0 additions and 8 deletions

View File

@ -253,14 +253,6 @@ class DashboardController extends ActionController
$this->dashboard->getConfig()->saveIni();
$this->redirectNow(URL::fromRequest()->remove('remove'));
}
$this->view->tabs->add(
'Add',
array(
'label' => '+',
'title' => 'Add a dashlet to an existing or new dashboard',
'url' => Url::fromPath('dashboard/new-dashlet')
)
);
$this->view->dashboard = $this->dashboard;
}
}