mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Remove code related to viz/widget split feature (#95614)
This commit is contained in:
@@ -463,13 +463,6 @@ var (
|
||||
Owner: grafanaObservabilityMetricsSquad,
|
||||
AllowSelfServe: false,
|
||||
},
|
||||
{
|
||||
Name: "vizAndWidgetSplit",
|
||||
Description: "Split panels between visualizations and widgets",
|
||||
Stage: FeatureStageExperimental,
|
||||
FrontendOnly: true,
|
||||
Owner: grafanaDashboardsSquad,
|
||||
},
|
||||
{
|
||||
Name: "logsExploreTableVisualisation",
|
||||
Description: "A table visualisation for logs in Explore",
|
||||
|
||||
@@ -61,7 +61,6 @@ frontendSandboxMonitorOnly,experimental,@grafana/plugins-platform-backend,false,
|
||||
pluginsDetailsRightPanel,experimental,@grafana/plugins-platform-backend,false,false,true
|
||||
sqlDatasourceDatabaseSelection,preview,@grafana/dataviz-squad,false,false,true
|
||||
recordedQueriesMulti,GA,@grafana/observability-metrics,false,false,false
|
||||
vizAndWidgetSplit,experimental,@grafana/dashboards-squad,false,false,true
|
||||
logsExploreTableVisualisation,GA,@grafana/observability-logs,false,false,true
|
||||
awsDatasourcesTempCredentials,experimental,@grafana/aws-datasources,false,false,false
|
||||
transformationsRedesign,GA,@grafana/observability-metrics,false,false,true
|
||||
|
||||
|
@@ -255,10 +255,6 @@ const (
|
||||
// Enables writing multiple items from a single query within Recorded Queries
|
||||
FlagRecordedQueriesMulti = "recordedQueriesMulti"
|
||||
|
||||
// FlagVizAndWidgetSplit
|
||||
// Split panels between visualizations and widgets
|
||||
FlagVizAndWidgetSplit = "vizAndWidgetSplit"
|
||||
|
||||
// FlagLogsExploreTableVisualisation
|
||||
// A table visualisation for logs in Explore
|
||||
FlagLogsExploreTableVisualisation = "logsExploreTableVisualisation"
|
||||
|
||||
@@ -3297,7 +3297,8 @@
|
||||
"metadata": {
|
||||
"name": "vizAndWidgetSplit",
|
||||
"resourceVersion": "1718727528075",
|
||||
"creationTimestamp": "2023-06-27T10:22:13Z"
|
||||
"creationTimestamp": "2023-06-27T10:22:13Z",
|
||||
"deletionTimestamp": "2024-10-30T14:21:33Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Split panels between visualizations and widgets",
|
||||
|
||||
Reference in New Issue
Block a user