mirror of
https://github.com/nasa/openmct.git
synced 2025-03-22 03:55:31 +00:00
* Apply sort settings immediately - even when in edit mode. * Adds test for sort order * Enable independent time conductor for time list view * Remove time frame duration options. * Remove immediate sorting in edit mode. * Closes #7113 - Color of current events changed to bring more in-line with color conventions. - Changed Time List rgba colors to solids. - Removed bolding on current events text. * Fix tests to include new changes --------- Co-authored-by: Charles Hacskaylo <charlesh88@gmail.com>
9 lines
155 B
JavaScript
9 lines
155 B
JavaScript
export const SupportedViewTypes = [
|
|
'plot-stacked',
|
|
'plot-overlay',
|
|
'bar-graph.view',
|
|
'time-strip.view',
|
|
'example.imagery',
|
|
'timelist.view'
|
|
];
|