mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PanelHeader: show streaming indicator (and allow unsubscribe) (#28682)
This commit is contained in:
@@ -98,6 +98,7 @@ export function runSignalStream(
|
||||
subscriber.next({
|
||||
data: [data],
|
||||
key: streamId,
|
||||
state: LoadingState.Streaming,
|
||||
});
|
||||
|
||||
timeoutId = setTimeout(pushNextEvent, speed);
|
||||
|
||||
Reference in New Issue
Block a user