Replaced 'Add ...' with a plus in dashboard, shall be a dropdown
This commit is contained in:
parent
be9c0723ce
commit
75b12ddaab
|
@ -124,8 +124,7 @@ class DashboardController extends ActionController
|
|||
$this->view->tabs->add(
|
||||
'Add',
|
||||
array(
|
||||
'title' => 'Add Url',
|
||||
'iconCls' => 'plus',
|
||||
'title' => '+',
|
||||
'url' => Url::fromPath('dashboard/addurl')
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue