Sync only admins and editors
This commit is contained in:
parent
e277534f32
commit
5be51de1ea
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ class FeaturesAPIView(APIView):
|
|||
enabled_features.append(MOBILE_APP_PUSH_NOTIFICATIONS)
|
||||
|
||||
if settings.OSS:
|
||||
# Features below should be enabled only in OSS
|
||||
enabled_features.append(FEATURE_GRAFANA_CLOUD_CONNECTION)
|
||||
if settings.FEATURE_LIVE_SETTINGS_ENABLED:
|
||||
enabled_features.append(FEATURE_LIVE_SETTINGS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue