mirror of
https://github.com/grafana/grafana.git
synced 2025-09-19 18:22:58 +08:00
Navigation: Show list of pinned items on MegaMenu (#90280)
* Navigation: Show list of pinned ites on the navigation * Rename section to 'Bookmarks' * Internationalization * Rename everything to bookmarks * Update public/app/core/reducers/navBarTree.ts Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> * Ignore empty message as well * Dont update navigation if there is an error patching --------- Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
This commit is contained in:
@ -53,7 +53,7 @@ Content-Type: application/json
|
||||
`PUT /api/user/preferences`
|
||||
|
||||
**Example Request**:
|
||||
|
||||
|
||||
```http
|
||||
PUT /api/user/preferences HTTP/1.1
|
||||
Accept: application/json
|
||||
@ -142,7 +142,7 @@ Content-Type: application/json
|
||||
Update one or more preferences without modifying the others.
|
||||
|
||||
`PATCH /api/org/preferences`
|
||||
|
||||
|
||||
**Example Request**:
|
||||
|
||||
```http
|
||||
|
Reference in New Issue
Block a user