Alertlog stats dashboard widget (#10967)

* Dashboard for alertlog stats

* Dashboard for alertlog stats

* Dashboard for alertlog stats

* Dashboard for alertlog stats

* Dashboard for alertlog stats

* Cleanup

* Cleanup

* Cleanup

* date selection

* date selection

* fix js rule details

* cleanup js

* dummy commit to reload CI/CD

* dummy commit to reload CI/CD
This commit is contained in:
louis-oui
2020-01-23 15:16:30 +01:00
committed by Kevin Krumm
parent 4395b002ab
commit 6931df8990
6 changed files with 200 additions and 0 deletions

View File

@@ -134,6 +134,7 @@ Route::group(['middleware' => ['auth', '2fa'], 'guard' => 'auth'], function () {
Route::post('top-devices', 'TopDevicesController');
Route::post('top-interfaces', 'TopInterfacesController');
Route::post('worldmap', 'WorldMapController');
Route::post('alertlog-stats', 'AlertlogStatsController');
});
});