Skip to content

Commit

Permalink
[Frontend] Styling of Time Conductor v2
Browse files Browse the repository at this point in the history
Fixes #933
Tweaks to language; tweak to class name in markup
  • Loading branch information
charlesh88 committed Jul 11, 2016
1 parent 788483e commit 7b7b21d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion platform/commonUI/browse/res/templates/browse-object.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
7 changes: 5 additions & 2 deletions platform/features/conductor-v2/src/TimeConductorController.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
}
]
}
Expand Down

0 comments on commit 7b7b21d

Please sign in to comment.