mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Feature toggle to add filter and group by variables to all new dashboards by default (#85531)
* Add feature toggle * Add filters and group by variables by default to all new dashboards * Nits * Tests * Rename feature toggle to newDashboardWithFiltersAndGroupBy
This commit is contained in:
@@ -642,4 +642,8 @@ const (
|
||||
// FlagOauthRequireSubClaim
|
||||
// Require that sub claims is present in oauth tokens.
|
||||
FlagOauthRequireSubClaim = "oauthRequireSubClaim"
|
||||
|
||||
// FlagNewDashboardWithFiltersAndGroupBy
|
||||
// Enables filters and group by variables on all new dashboards. Variables are added only if default data source supports filtering.
|
||||
FlagNewDashboardWithFiltersAndGroupBy = "newDashboardWithFiltersAndGroupBy"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user