Files
grafana/public/app/core/components/Permissions/FolderInfo.ts
Daniel Lee d74a98feff dashfolders: link to folder for inherited permissions
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.
2018-01-29 16:10:47 +01:00

6 lines
79 B
TypeScript

export interface FolderInfo {
title: string;
id: number;
slug: string;
}