FeatureToggles: Remove feedbackButton unused toggle (#114222)
This commit is contained in:
@@ -748,10 +748,6 @@ export interface FeatureToggles {
|
||||
*/
|
||||
alertingNotificationsStepMode?: boolean;
|
||||
/**
|
||||
* Enables a button to send feedback from the Grafana UI
|
||||
*/
|
||||
feedbackButton?: boolean;
|
||||
/**
|
||||
* Enable unified storage search UI
|
||||
*/
|
||||
unifiedStorageSearchUI?: boolean;
|
||||
|
||||
@@ -1298,13 +1298,6 @@ var (
|
||||
FrontendOnly: true,
|
||||
Expression: "true",
|
||||
},
|
||||
{
|
||||
Name: "feedbackButton",
|
||||
Description: "Enables a button to send feedback from the Grafana UI",
|
||||
Stage: FeatureStageExperimental,
|
||||
Owner: grafanaOperatorExperienceSquad,
|
||||
HideFromDocs: true,
|
||||
},
|
||||
{
|
||||
Name: "unifiedStorageSearchUI",
|
||||
Description: "Enable unified storage search UI",
|
||||
|
||||
Generated
-1
@@ -169,7 +169,6 @@ alertingEnrichmentPerRule,experimental,@grafana/alerting-squad,false,false,false
|
||||
alertingEnrichmentAssistantInvestigations,experimental,@grafana/alerting-squad,false,false,false
|
||||
alertingAIAnalyzeCentralStateHistory,experimental,@grafana/alerting-squad,false,false,false
|
||||
alertingNotificationsStepMode,GA,@grafana/alerting-squad,false,false,true
|
||||
feedbackButton,experimental,@grafana/grafana-operator-experience-squad,false,false,false
|
||||
unifiedStorageSearchUI,experimental,@grafana/search-and-storage,false,false,false
|
||||
elasticsearchCrossClusterSearch,GA,@grafana/partner-datasources,false,false,false
|
||||
unifiedHistory,experimental,@grafana/grafana-search-navigate-organise,false,false,true
|
||||
|
||||
|
Generated
-4
@@ -687,10 +687,6 @@ const (
|
||||
// Enables simplified step mode in the notifications section
|
||||
FlagAlertingNotificationsStepMode = "alertingNotificationsStepMode"
|
||||
|
||||
// FlagFeedbackButton
|
||||
// Enables a button to send feedback from the Grafana UI
|
||||
FlagFeedbackButton = "feedbackButton"
|
||||
|
||||
// FlagUnifiedStorageSearchUI
|
||||
// Enable unified storage search UI
|
||||
FlagUnifiedStorageSearchUI = "unifiedStorageSearchUI"
|
||||
|
||||
+2
-1
@@ -1731,7 +1731,8 @@
|
||||
"metadata": {
|
||||
"name": "feedbackButton",
|
||||
"resourceVersion": "1753448760331",
|
||||
"creationTimestamp": "2024-12-02T17:08:15Z"
|
||||
"creationTimestamp": "2024-12-02T17:08:15Z",
|
||||
"deletionTimestamp": "2025-11-20T09:53:52Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables a button to send feedback from the Grafana UI",
|
||||
|
||||
Reference in New Issue
Block a user