Migration: Alerting - notifications list (#22548)

* Handle empty list

* Connect to redux

* Finish migration

* Remove comments

* Remove old files

* Remove console log

* Remove old import

* Forgot to add the new button

* Fix href

* Fix feedback
This commit is contained in:
Tobias Skarhed
2020-04-24 18:13:45 +02:00
committed by GitHub
parent 1f2a70117b
commit 8d56f87473
7 changed files with 126 additions and 103 deletions

View File

@@ -7,7 +7,6 @@ import './panel/all';
import './org/all';
import './admin';
import './alerting/NotificationsEditCtrl';
import './alerting/NotificationsListCtrl';
import './manage-dashboards';
import './profile/all';
import './datasources/settings/HttpSettingsCtrl';