mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
f36ad469d0
commit
fe15bb5f48
@ -128,16 +128,6 @@ func GetComposableKinds() ([]ComposableKind, error) {
|
|||||||
CueFile: tempoCue,
|
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"))
|
annotationslistCue, err := loadCueFileWithCommon(root, filepath.Join(root, "./public/app/plugins/panel/annolist/panelcfg.cue"))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
Loading…
Reference in New Issue
Block a user