[Frontend] Styling of Time Conductor v2

Fixes #933
Tweaks to language; tweak to class name in markup
This commit is contained in:
Charles Hacskaylo 2016-07-11 11:05:47 -07:00
parent 788483ec13
commit 7b7b21d748
2 changed files with 6 additions and 3 deletions

View File

@ -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>

View File

@ -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.'
} }
] ]
} }