mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 10:52:40 +08:00
feat(apps): progress on app dashboard sync
This commit is contained in:
@ -18,7 +18,7 @@ type PluginDashboardInfoDTO struct {
|
||||
Revision int64 `json:"revision"`
|
||||
Description string `json:"description"`
|
||||
Path string `json:"path"`
|
||||
Removed bool
|
||||
Removed bool `json:"removed"`
|
||||
}
|
||||
|
||||
func GetPluginDashboards(orgId int64, pluginId string) ([]*PluginDashboardInfoDTO, error) {
|
||||
|
Reference in New Issue
Block a user