You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: platform/features/conductor-v2/src/TimeConductorController.js
+8-9
Original file line number
Diff line number
Diff line change
@@ -62,36 +62,35 @@ define(
62
62
63
63
$scope.modeModel={
64
64
selected: 'fixed',
65
-
options: [
66
-
{
67
-
key: 'fixed',
65
+
options: {
66
+
'fixed': {
68
67
glyph: '\ue604',
69
-
label: 'Fixed Timespan',
68
+
label: 'Fixed',
70
69
name: 'Fixed Timespan Mode',
71
70
description: 'Query and explore data that falls between two fixed datetimes.'
72
71
},
73
-
{
74
-
key: 'realtime',
72
+
'realtime': {
75
73
glyph: '\u0043',
76
74
label: 'Real-time',
77
75
name: 'Real-time Mode',
78
76
description: 'Monitor real-time streaming data as it comes in. The Time Conductor and displays will automatically advance themselves based on a UTC clock.'
79
77
},
80
-
{
81
-
key: 'latest',
78
+
'latest': {
82
79
glyph: '\u0044',
83
80
label: 'LAD',
84
81
name: 'LAD Mode',
85
82
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.'
0 commit comments