diff --git a/platform/commonUI/browse/res/templates/browse-object.html b/platform/commonUI/browse/res/templates/browse-object.html index fffb0172455..86fb09d2ab5 100644 --- a/platform/commonUI/browse/res/templates/browse-object.html +++ b/platform/commonUI/browse/res/templates/browse-object.html @@ -62,6 +62,6 @@ + class="abs holder flex-elem flex-fixed l-time-conductor-holder"> diff --git a/platform/features/conductor-v2/src/TimeConductorController.js b/platform/features/conductor-v2/src/TimeConductorController.js index de7e1c99b00..7578e9abb5d 100644 --- a/platform/features/conductor-v2/src/TimeConductorController.js +++ b/platform/features/conductor-v2/src/TimeConductorController.js @@ -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.' } ] }