mirror of
https://github.com/nasa/openmct.git
synced 2025-04-26 13:59:50 +00:00
parent
7b19f91ce6
commit
788483ec13
@ -66,20 +66,20 @@ define(
|
|||||||
{
|
{
|
||||||
key: 'fixed',
|
key: 'fixed',
|
||||||
glyph: '\ue604',
|
glyph: '\ue604',
|
||||||
name: 'Fixed Time-Span',
|
name: 'Fixed Timespan Mode',
|
||||||
description: 'Display data that falls between two fixed dates'
|
description: 'Query and explore data that falls between two fixed datetimes.'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'realtime',
|
key: 'realtime',
|
||||||
glyph: '\u0043',
|
glyph: '\u0043',
|
||||||
name: 'Real-time Mode',
|
name: 'Real-time Mode',
|
||||||
description: 'Monitor real-time streaming data as it comes in to the application. The Time Conductor will automatically advance itself 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',
|
name: 'Latest Available Data Mode',
|
||||||
description: 'Monitor real-time streaming data as it comes in to the application. In contrast to real-time mode the time conductor will only advance when data becomes available.'
|
description: 'Monitor 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