Plugins: Support changing plugin IDs (hardcoded) (#67867)

This commit is contained in:
Ryan McKinley
2023-06-02 10:46:12 -07:00
committed by GitHub
parent 4fdccef7b3
commit 422684d8b0
9 changed files with 104 additions and 12 deletions

View File

@ -244,6 +244,7 @@ type DataSourceDTO struct {
type PanelDTO struct {
ID string `json:"id"`
Name string `json:"name"`
Alias string `json:"alias,omitempty"`
Info Info `json:"info"`
HideFromList bool `json:"hideFromList"`
Sort int `json:"sort"`