[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? -->
<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>

View File

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