mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 15:24:05 +02:00
Remove icon from event detail tab
This commit is contained in:
parent
135601c0dc
commit
f7ed5de8c8
@ -75,7 +75,6 @@ class EventController extends Controller
|
|||||||
->add('event', array(
|
->add('event', array(
|
||||||
'title' => $label,
|
'title' => $label,
|
||||||
'label' => $label,
|
'label' => $label,
|
||||||
'icon' => $icon,
|
|
||||||
'url' => Url::fromRequest(),
|
'url' => Url::fromRequest(),
|
||||||
'active' => true
|
'active' => true
|
||||||
))
|
))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user