Commit 501df2504c8c37a466e2afe448552fe7c2593516

Authored by Kalutka Zhenya
1 parent 2c7ab1ac

Refactoring

@@ -93,7 +93,6 @@ interface TimeseriesTableSource { @@ -93,7 +93,6 @@ interface TimeseriesTableSource {
93 header: TimeseriesHeader[]; 93 header: TimeseriesHeader[];
94 stylesInfo: CellStyleInfo[]; 94 stylesInfo: CellStyleInfo[];
95 contentsInfo: CellContentInfo[]; 95 contentsInfo: CellContentInfo[];
96 - useDeviceLabel: boolean,  
97 rowDataTemplate: {[key: string]: any}; 96 rowDataTemplate: {[key: string]: any};
98 } 97 }
99 98