mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 18:02:18 +08:00
refactor(apps): more WIP work on apps
This commit is contained in:
@ -44,7 +44,7 @@ type ApiPluginRoute struct {
|
||||
type AppPluginPage struct {
|
||||
Text string `json:"text"`
|
||||
Icon string `json:"icon"`
|
||||
Href string `json:"url"`
|
||||
Url string `json:"url"`
|
||||
ReqRole models.RoleType `json:"reqRole"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user