mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 10:02:04 +08:00
RestoreDashboards: Adjust path (#89233)
* refactor: change path * fix: page headline * refactor: remove condition
This commit is contained in:
@ -165,6 +165,10 @@ func (hs *HTTPServer) registerRoutes() {
|
||||
)
|
||||
}
|
||||
|
||||
if hs.Features.IsEnabledGlobally(featuremgmt.FlagDashboardRestore) {
|
||||
r.Get("/dashboard/recently-deleted", reqSignedIn, hs.Index)
|
||||
}
|
||||
|
||||
r.Get("/explore", authorize(ac.EvalPermission(ac.ActionDatasourcesExplore)), hs.Index)
|
||||
|
||||
r.Get("/playlists/", reqSignedIn, hs.Index)
|
||||
|
Reference in New Issue
Block a user