Alerting: Update composable_kind.go (#84479)

update composable_kind.go
pull/84480/head^2
Gilles De Mey 1 year ago committed by GitHub
parent f36ad469d0
commit fe15bb5f48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      pkg/registry/schemas/composable_kind.go

@ -128,16 +128,6 @@ func GetComposableKinds() ([]ComposableKind, error) {
CueFile: tempoCue,
})
alertgroupsCue, err := loadCueFileWithCommon(root, filepath.Join(root, "./public/app/plugins/panel/alertGroups/panelcfg.cue"))
if err != nil {
return nil, err
}
kinds = append(kinds, ComposableKind{
Name: "alertgroups",
Filename: "panelcfg.cue",
CueFile: alertgroupsCue,
})
annotationslistCue, err := loadCueFileWithCommon(root, filepath.Join(root, "./public/app/plugins/panel/annolist/panelcfg.cue"))
if err != nil {
return nil, err

Loading…
Cancel
Save