mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 10:50:37 -06:00
Dashboard: Add fields in DashboardMeta (#23647)
This commit is contained in:
parent
e05f686758
commit
19dcaf6bc9
@ -31,6 +31,9 @@ export interface DashboardMeta {
|
||||
folderTitle?: string;
|
||||
folderUrl?: string;
|
||||
created?: string;
|
||||
createdBy?: string;
|
||||
updated?: string;
|
||||
updatedBy?: string;
|
||||
}
|
||||
|
||||
export interface DashboardDataDTO {
|
||||
|
Loading…
Reference in New Issue
Block a user