mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
component working
This commit is contained in:
@@ -20,8 +20,6 @@ export class AlertSrv {
|
||||
this.$rootScope
|
||||
);
|
||||
|
||||
this.list.push({ severity: 'success', icon: 'warning', title: 'test', text: 'test text' });
|
||||
|
||||
this.$rootScope.onAppEvent(
|
||||
'alert-warning',
|
||||
(e, alert) => {
|
||||
|
||||
Reference in New Issue
Block a user