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
+1 -1
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",