Syncing indicator is not enabled by default
Created by: christinaforney
- Sourcegraph version: 3.6-rc.2
I think that the config is still relying on the presence of the experimentalFeature
flag, so even though the default was changed, the indicator does not show up. It works great as long as it's enabled!
Steps to reproduce:
- Start a new docker instance
- Configure an external service
Expected behavior:
See the status indicator.
Actual behavior:
Only can see the status indicator if I explicitly add "experimentalFeatures": { "statusIndicator": "enabled" }
to my site config and restart the instance.