mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux: minor name change to search sections
This commit is contained in:
@@ -18,7 +18,7 @@ export class SearchSrv {
|
||||
return this.queryForRecentDashboards().then(result => {
|
||||
if (result.length > 0) {
|
||||
sections["recent"] = {
|
||||
title: "Recent Boards",
|
||||
title: "Recent",
|
||||
icon: "fa fa-clock-o",
|
||||
score: -1,
|
||||
removable: true,
|
||||
@@ -76,7 +76,7 @@ export class SearchSrv {
|
||||
return this.backendSrv.search({ starred: true, limit: 5 }).then(result => {
|
||||
if (result.length > 0) {
|
||||
sections["starred"] = {
|
||||
title: "Starred Boards",
|
||||
title: "Starred",
|
||||
icon: "fa fa-star-o",
|
||||
score: -2,
|
||||
expanded: this.starredIsOpen,
|
||||
|
||||
Reference in New Issue
Block a user