mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Live: remove feature toggle and enable by default (#33654)
This commit is contained in:
@@ -57,10 +57,7 @@ export class GrafanaCtrl {
|
||||
|
||||
setLocationSrv(locationService);
|
||||
|
||||
// Initialize websocket event streaming
|
||||
if (config.featureToggles.live) {
|
||||
initGrafanaLive();
|
||||
}
|
||||
initGrafanaLive();
|
||||
|
||||
$scope.init = () => {
|
||||
$scope.contextSrv = contextSrv;
|
||||
|
||||
Reference in New Issue
Block a user