mirror of https://github.com/grafana/grafana.git
Chore: removes localizationForPlugins feature toggle (#111726)
This commit is contained in:
parent
82d6fe5914
commit
975c3b3f58
|
@ -970,10 +970,6 @@ export interface FeatureToggles {
|
||||||
*/
|
*/
|
||||||
multiTenantTempCredentials?: boolean;
|
multiTenantTempCredentials?: boolean;
|
||||||
/**
|
/**
|
||||||
* Enables localization for plugins
|
|
||||||
*/
|
|
||||||
localizationForPlugins?: boolean;
|
|
||||||
/**
|
|
||||||
* Enables unified navbars
|
* Enables unified navbars
|
||||||
* @default false
|
* @default false
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1677,13 +1677,6 @@ var (
|
||||||
HideFromDocs: true,
|
HideFromDocs: true,
|
||||||
Owner: awsDatasourcesSquad,
|
Owner: awsDatasourcesSquad,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
Name: "localizationForPlugins",
|
|
||||||
Description: "Enables localization for plugins",
|
|
||||||
Stage: FeatureStageExperimental,
|
|
||||||
Owner: grafanaPluginsPlatformSquad,
|
|
||||||
FrontendOnly: false,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
Name: "unifiedNavbars",
|
Name: "unifiedNavbars",
|
||||||
Description: "Enables unified navbars",
|
Description: "Enables unified navbars",
|
||||||
|
|
|
@ -217,7 +217,6 @@ unifiedStorageGrpcConnectionPool,experimental,@grafana/search-and-storage,false,
|
||||||
alertingRulePermanentlyDelete,GA,@grafana/alerting-squad,false,false,true
|
alertingRulePermanentlyDelete,GA,@grafana/alerting-squad,false,false,true
|
||||||
alertingRuleRecoverDeleted,GA,@grafana/alerting-squad,false,false,true
|
alertingRuleRecoverDeleted,GA,@grafana/alerting-squad,false,false,true
|
||||||
multiTenantTempCredentials,experimental,@grafana/aws-datasources,false,false,false
|
multiTenantTempCredentials,experimental,@grafana/aws-datasources,false,false,false
|
||||||
localizationForPlugins,experimental,@grafana/plugins-platform-backend,false,false,false
|
|
||||||
unifiedNavbars,GA,@grafana/plugins-platform-backend,false,false,true
|
unifiedNavbars,GA,@grafana/plugins-platform-backend,false,false,true
|
||||||
logsPanelControls,preview,@grafana/observability-logs,false,false,true
|
logsPanelControls,preview,@grafana/observability-logs,false,false,true
|
||||||
metricsFromProfiles,experimental,@grafana/observability-traces-and-profiling,false,false,true
|
metricsFromProfiles,experimental,@grafana/observability-traces-and-profiling,false,false,true
|
||||||
|
|
|
|
@ -878,10 +878,6 @@ const (
|
||||||
// use multi-tenant path for awsTempCredentials
|
// use multi-tenant path for awsTempCredentials
|
||||||
FlagMultiTenantTempCredentials = "multiTenantTempCredentials"
|
FlagMultiTenantTempCredentials = "multiTenantTempCredentials"
|
||||||
|
|
||||||
// FlagLocalizationForPlugins
|
|
||||||
// Enables localization for plugins
|
|
||||||
FlagLocalizationForPlugins = "localizationForPlugins"
|
|
||||||
|
|
||||||
// FlagUnifiedNavbars
|
// FlagUnifiedNavbars
|
||||||
// Enables unified navbars
|
// Enables unified navbars
|
||||||
FlagUnifiedNavbars = "unifiedNavbars"
|
FlagUnifiedNavbars = "unifiedNavbars"
|
||||||
|
|
|
@ -2270,7 +2270,8 @@
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "localizationForPlugins",
|
"name": "localizationForPlugins",
|
||||||
"resourceVersion": "1753448760331",
|
"resourceVersion": "1753448760331",
|
||||||
"creationTimestamp": "2025-03-31T04:38:38Z"
|
"creationTimestamp": "2025-03-31T04:38:38Z",
|
||||||
|
"deletionTimestamp": "2025-09-29T07:10:59Z"
|
||||||
},
|
},
|
||||||
"spec": {
|
"spec": {
|
||||||
"description": "Enables localization for plugins",
|
"description": "Enables localization for plugins",
|
||||||
|
|
Loading…
Reference in New Issue