mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Create feature toggle for provisioning (#47167)
* Create feature flag for alerting provisioning * Fix tabs for golint compliance
This commit is contained in:
@@ -117,7 +117,11 @@ func generateRegistry(t *testing.T) string {
|
||||
|
||||
var buff bytes.Buffer
|
||||
|
||||
buff.WriteString(`// NOTE: This file is autogenerated
|
||||
buff.WriteString(`// NOTE: This file was auto generated. DO NOT EDIT DIRECTLY!
|
||||
// To change feature flags, edit:
|
||||
// pkg/services/featuremgmt/registry.go
|
||||
// Then run tests in:
|
||||
// pkg/services/featuremgmt/toggles_gen_test.go
|
||||
|
||||
package featuremgmt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user