Adding flag to hide refresh button in dashboards. (#18964)

This commit is contained in:
Aasim Khan
2022-04-09 17:52:09 -07:00
committed by GitHub
parent c2cc32a4a0
commit 9fcfe5b23c
6 changed files with 232 additions and 209 deletions

View File

@@ -70,6 +70,7 @@ export interface IDashboardTabContrib {
isHomeTab?: boolean;
group?: string;
icon?: IUserFriendlyIcon;
hideRefreshTask?: boolean;
}
export interface IInsightTypeContrib {