InfluxDB: Config page refresh (#103060)

This commit is contained in:
Adam Yeats
2025-06-25 10:39:54 -06:00
committed by GitHub
parent 35f89a456c
commit 3503fc209e
34 changed files with 2247 additions and 698 deletions
+8
View File
@@ -1780,6 +1780,14 @@ var (
Owner: grafanaFrontendPlatformSquad,
Expression: "true",
},
{
Name: "newInfluxDSConfigPageDesign",
Description: "Enables new design for the InfluxDB data source configuration page",
Stage: FeatureStagePrivatePreview,
FrontendOnly: false,
Owner: grafanaPartnerPluginsSquad,
Expression: "false",
},
}
)
+1
View File
@@ -232,3 +232,4 @@ alertEnrichment,experimental,@grafana/alerting-squad,false,false,false
alertingImportAlertmanagerAPI,experimental,@grafana/alerting-squad,false,false,false
preferLibraryPanelTitle,privatePreview,@grafana/dashboards-squad,false,false,false
tabularNumbers,GA,@grafana/grafana-frontend-platform,false,false,false
newInfluxDSConfigPageDesign,privatePreview,@grafana/partner-datasources,false,false,false
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
232 alertingImportAlertmanagerAPI experimental @grafana/alerting-squad false false false
233 preferLibraryPanelTitle privatePreview @grafana/dashboards-squad false false false
234 tabularNumbers GA @grafana/grafana-frontend-platform false false false
235 newInfluxDSConfigPageDesign privatePreview @grafana/partner-datasources false false false
+4
View File
@@ -938,4 +938,8 @@ const (
// FlagTabularNumbers
// Use fixed-width numbers globally in the UI
FlagTabularNumbers = "tabularNumbers"
// FlagNewInfluxDSConfigPageDesign
// Enables new design for the InfluxDB data source configuration page
FlagNewInfluxDSConfigPageDesign = "newInfluxDSConfigPageDesign"
)
File diff suppressed because it is too large Load Diff