Remove statusIndicator feature flag
Created by: nicksnyder
It looks like this feature flag has been enabled by default for 2 months. Can we remove it?
"statusIndicator": {
"description": "Enables the external service status indicator in the navigation bar.",
"type": "string",
"enum": ["enabled", "disabled"],
"default": "enabled"
}