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

@@ -15,6 +15,7 @@ export interface IDashboardTab {
isHomeTab?: boolean;
group?: string;
iconClass?: string;
hideRefreshTask?: boolean;
}
export interface IDashboardTabGroup {