Actually enforce dashboard schema on devenv (#53797)
* Relocate dashboards test so it runs * Cover newer schema versions in stripnulls * Strip nulls and remove iteration fields * Fix fiscalYearStartMonth bounds * Fix up and format dashboard schema * Update thema, tidy Go dependencies
This commit is contained in:
@@ -251,6 +251,7 @@ interface Dashboard {
|
||||
enable: boolean;
|
||||
hidden: boolean;
|
||||
refresh_intervals: string[];
|
||||
time_options: string[];
|
||||
};
|
||||
timezone?: ('browser' | 'utc' | '');
|
||||
title?: string;
|
||||
|
||||
Reference in New Issue
Block a user