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:
sam boyer
2022-08-16 22:07:57 -04:00
committed by GitHub
parent 25de383540
commit c23a9d78ab
12 changed files with 86 additions and 78 deletions
@@ -251,6 +251,7 @@ interface Dashboard {
enable: boolean;
hidden: boolean;
refresh_intervals: string[];
time_options: string[];
};
timezone?: ('browser' | 'utc' | '');
title?: string;