Don't display "Add To Dashboard" on the dashboard

resolves #9026
This commit is contained in:
Alexander A. Klimov 2015-04-30 17:47:23 +02:00
parent d43f4729f1
commit ffe23a184f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class DashboardSettings implements Tabextension
'dashboard_add',
array(
'icon' => 'img/icons/dashboard.png',
'label' => t('Add To Dashboard'),
'label' => t('Add New Pane Or Dashlet'),
'url' => Url::fromPath('dashboard/new-dashlet')
)
);