mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 16:36:13 +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? -->
|
<!-- put time conductor in here? -->
|
||||||
<mct-representation mct-object="domainObject"
|
<mct-representation mct-object="domainObject"
|
||||||
key="'time-conductor'"
|
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>
|
</mct-representation>
|
||||||
</div>
|
</div>
|
||||||
|
@ -66,20 +66,23 @@ define(
|
|||||||
{
|
{
|
||||||
key: 'fixed',
|
key: 'fixed',
|
||||||
glyph: '\ue604',
|
glyph: '\ue604',
|
||||||
|
label: 'Fixed Timespan',
|
||||||
name: 'Fixed Timespan Mode',
|
name: 'Fixed Timespan Mode',
|
||||||
description: 'Query and explore data that falls between two fixed datetimes.'
|
description: 'Query and explore data that falls between two fixed datetimes.'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'realtime',
|
key: 'realtime',
|
||||||
glyph: '\u0043',
|
glyph: '\u0043',
|
||||||
|
label: 'Real-time',
|
||||||
name: 'Real-time Mode',
|
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.'
|
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',
|
key: 'latest',
|
||||||
glyph: '\u0044',
|
glyph: '\u0044',
|
||||||
name: 'Latest Available Data Mode',
|
label: 'LAD',
|
||||||
description: 'Monitor real-time streaming data as it comes in. The Time Conductor and displays will only advance when data becomes available.'
|
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…
x
Reference in New Issue
Block a user