New Logs Panel: remove sibling visualization (#110444)

* New Logs Panel: remove sibling visualization

* More removals

* Update provisioned dashboard

* Update translations
This commit is contained in:
Matias Chomicki
2025-09-04 11:27:50 +02:00
committed by GitHub
parent 600137919e
commit df685757ff
15 changed files with 6 additions and 656 deletions
-10
View File
@@ -248,16 +248,6 @@ func GetComposableKinds() ([]ComposableKind, error) {
CueFile: logsCue,
})
logsnewCue, err := loadCueFileWithCommon(root, filepath.Join(root, "./public/app/plugins/panel/logs-new/panelcfg.cue"))
if err != nil {
return nil, err
}
kinds = append(kinds, ComposableKind{
Name: "logsnew",
Filename: "panelcfg.cue",
CueFile: logsnewCue,
})
newsCue, err := loadCueFileWithCommon(root, filepath.Join(root, "./public/app/plugins/panel/news/panelcfg.cue"))
if err != nil {
return nil, err
@@ -227,7 +227,6 @@ func verifyCorePluginCatalogue(t *testing.T, ctx context.Context, ps *pluginstor
"histogram": {},
"live": {},
"logs": {},
"logs-new": {},
"candlestick": {},
"news": {},
"nodeGraph": {},