mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add 'alert history' widget for dashboard (#10901)
* add alert history dashboard * add sql-schema * only alert * add settings * add settings * fix display alert details * fix db-schema * add filtering by severity * fix code climate * Update common.php
This commit is contained in:
@@ -91,6 +91,11 @@ class DefaultWidgetSeeder extends Seeder
|
||||
"widget_title" => "Server Stats",
|
||||
"widget" => "server-stats",
|
||||
"base_dimensions" => "6,3",
|
||||
],
|
||||
[
|
||||
"widget_title" => "Alert History",
|
||||
"widget" => "alertlog",
|
||||
"base_dimensions" => "6,3",
|
||||
]
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user