mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 03:06:54 +00:00
[Frontend] Styling of Time Conductor v2
Fixes #933 Tweaks to language; tweak to class name in markup
This commit is contained in:
parent
788483ec13
commit
7b7b21d748
@ -62,6 +62,6 @@
|
||||
<!-- put time conductor in here? -->
|
||||
<mct-representation mct-object="domainObject"
|
||||
key="'time-conductor'"
|
||||
class="abs holder flex-elem flex-fixed l-time-controller">
|
||||
class="abs holder flex-elem flex-fixed l-time-conductor-holder">
|
||||
</mct-representation>
|
||||
</div>
|
||||
|
@ -66,20 +66,23 @@ define(
|
||||
{
|
||||
key: 'fixed',
|
||||
glyph: '\ue604',
|
||||
label: 'Fixed Timespan',
|
||||
name: 'Fixed Timespan Mode',
|
||||
description: 'Query and explore data that falls between two fixed datetimes.'
|
||||
},
|
||||
{
|
||||
key: 'realtime',
|
||||
glyph: '\u0043',
|
||||
label: 'Real-time',
|
||||
name: 'Real-time Mode',
|
||||
description: 'Monitor real-time streaming data as it comes in. The Time Conductor and displays will automatically advance themselves based on a UTC clock.'
|
||||
},
|
||||
{
|
||||
key: 'latest',
|
||||
glyph: '\u0044',
|
||||
name: 'Latest Available Data Mode',
|
||||
description: 'Monitor real-time streaming data as it comes in. The Time Conductor and displays will only advance when data becomes available.'
|
||||
label: 'LAD',
|
||||
name: 'LAD Mode',
|
||||
description: 'Latest Available Data mode monitors real-time streaming data as it comes in. The Time Conductor and displays will only advance when data becomes available.'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user