RestoreDashboards: Show root location as 'Dashboards' in folder picker (#92936)

* refactor: replace label if its value is Root

* refactor: replace label in the backend
This commit is contained in:
Laura Benz 2024-09-06 14:19:39 +02:00 committed by GitHub
parent a45ec2670d
commit 1be0105eb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ type Folder struct {
}
var GeneralFolder = Folder{ID: 0, Title: "General"}
var RootFolder = &Folder{ID: 0, Title: "Root", UID: GeneralFolderUID, ParentUID: ""}
var RootFolder = &Folder{ID: 0, Title: "Dashbboards", UID: GeneralFolderUID, ParentUID: ""}
var SharedWithMeFolder = Folder{
Title: "Shared with me",
Description: "Dashboards and folders shared with me",