Removed use of absolute urls in dashboard search and dashlist, root_url option is now not required, it is required if you use oauth or proxy grafana under suburl, #1483

This commit is contained in:
Torkel Ödegaard
2015-02-17 18:43:37 +01:00
parent 946afccbb5
commit 26eb6e559e
4 changed files with 11 additions and 18 deletions
-1
View File
@@ -11,7 +11,6 @@ type DashboardSearchHit struct {
Title string `json:"title"`
Slug string `json:"slug"`
Tags []string `json:"tags"`
Url string `json:"url"`
IsStarred bool `json:"isStarred"`
}