Temporarily remove 'plus' link from dashboard

This commit is contained in:
Thomas Gelf 2014-03-08 21:39:12 +01:00
parent e6fc6375b5
commit d729d9381d
1 changed files with 2 additions and 0 deletions

View File

@ -126,6 +126,7 @@ class DashboardController extends ActionController
}
$this->view->title = $dashboard->getActivePane()->getTitle() . ' :: Dashboard';
$this->view->tabs = $dashboard->getTabs();
/* Temporarily removed
$this->view->tabs->add(
'Add',
array(
@ -133,6 +134,7 @@ class DashboardController extends ActionController
'url' => Url::fromPath('dashboard/addurl')
)
);
*/
$this->view->dashboard = $dashboard;
}
}