mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add custom title to alert widget (#10373)
This commit is contained in:
@@ -32,6 +32,7 @@ class AlertsController extends WidgetController
|
||||
{
|
||||
protected $title = 'Alerts';
|
||||
protected $defaults = [
|
||||
'title' => null,
|
||||
'device' => null,
|
||||
'acknowledged' => null,
|
||||
'fired' => null,
|
||||
|
Reference in New Issue
Block a user