mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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(
|
$this->view->tabs->add(
|
||||||
'Add',
|
'Add',
|
||||||
array(
|
array(
|
||||||
'title' => 'Add Url',
|
'title' => '+',
|
||||||
'iconCls' => 'plus',
|
|
||||||
'url' => Url::fromPath('dashboard/addurl')
|
'url' => Url::fromPath('dashboard/addurl')
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user