mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
In the permissions view in dashboard settings, this adds a link to the parent folder for inherited permissions. Which allows the user to easily navigate to the folder and change inherited permissions.
6 lines
79 B
TypeScript
6 lines
79 B
TypeScript
export interface FolderInfo {
|
|
title: string;
|
|
id: number;
|
|
slug: string;
|
|
}
|