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/clock/bundle.js
+2
Original file line number
Diff line number
Diff line change
@@ -156,6 +156,7 @@ define([
156
156
"key": "clock",
157
157
"name": "Clock",
158
158
"glyph": "\u0043",
159
+
"cssclass": "icon-clock",
159
160
"description": "A UTC-based clock that supports a variety of display formats. Clocks can be added to Display Layouts.",
160
161
"priority": 101,
161
162
"features": [
@@ -213,6 +214,7 @@ define([
213
214
"key": "timer",
214
215
"name": "Timer",
215
216
"glyph": "\u00f5",
217
+
"cssclass": "icon-timer",
216
218
"description": "A timer that counts up or down to a datetime. Timers can be started, stopped and reset whenever needed, and support a variety of display formats. Each Timer displays the same value to all users. Timers can be added to Display Layouts.",
Copy file name to clipboardexpand all lines: platform/features/layout/bundle.js
+5-3
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ define([
57
57
"key": "layout",
58
58
"name": "Display Layout",
59
59
"glyph": "\u004c",
60
+
"cssclass": "icon-layout",
60
61
"type": "layout",
61
62
"template": layoutTemplate,
62
63
"editable": true,
@@ -77,7 +78,7 @@ define([
77
78
"items": [
78
79
{
79
80
"method": "add",
80
-
"glyph": "\u002b",
81
+
"cssclass": "icon-plus",
81
82
"control": "menu-button",
82
83
"text": "Add",
83
84
"options": [
@@ -109,8 +110,7 @@ define([
109
110
"items": [
110
111
{
111
112
"method": "order",
112
-
"glyph": "á",
113
-
"cssclass": "i-layers",
113
+
"cssclass": "icon-layers",
114
114
"control": "menu-button",
115
115
"options": [
116
116
{
@@ -260,6 +260,7 @@ define([
260
260
"key": "layout",
261
261
"name": "Display Layout",
262
262
"glyph": "\u004c",
263
+
"cssclass": "icon-layout",
263
264
"description": "Assemble other objects and components together into a reusable screen layout. Working in a simple canvas workspace, simply drag in the objects you want, position and size them. Save your design and view or edit it at any time.",
264
265
"priority": 900,
265
266
"features": "creation",
@@ -292,6 +293,7 @@ define([
292
293
"key": "telemetry.panel",
293
294
"name": "Telemetry Panel",
294
295
"glyph": "t",
296
+
"cssclass": "icon-telemetry-panel",
295
297
"description": "A panel for collecting telemetry elements.",
Copy file name to clipboardexpand all lines: platform/features/pages/bundle.js
+1
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ define([
37
37
"key": "example.page",
38
38
"name": "Web Page",
39
39
"glyph": "\u00ea",
40
+
"cssclass": "icon-page",
40
41
"description": "Embed a web page or web-based image in a resizeable window component. Can be added to Display Layouts. Note that the URL being embedded must allow iframing.",
Copy file name to clipboardexpand all lines: platform/features/table/bundle.js
+2
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ define([
61
61
"key": "table",
62
62
"name": "Historical Telemetry Table",
63
63
"glyph": "\ue604",
64
+
"cssclass": "icon-tabular",
64
65
"description": "A static table of all values over time for all included telemetry elements. Rows are timestamped data values for each telemetry element; columns are data fields. The number of rows is based on the range of your query. New incoming data must be manually re-queried for.",
65
66
"priority": 861,
66
67
"features": "creation",
@@ -84,6 +85,7 @@ define([
84
85
"key": "rttable",
85
86
"name": "Real-time Telemetry Table",
86
87
"glyph": "\ue620",
88
+
"cssclass": "icon-tabular-realtime",
87
89
"description": "A scrolling table of latest values for all included telemetry elements. Rows are timestamped data values for each telemetry element; columns are data fields. New incoming data is automatically added to the view.",
Copy file name to clipboardexpand all lines: platform/features/timeline/bundle.js
+5
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,7 @@ define([
152
152
"key": "timeline",
153
153
"name": "Timeline",
154
154
"glyph": "\u0053",
155
+
"cssclass": "icon-timeline",
155
156
"description": "A time-oriented container that lets you enclose and organize other Timelines and Activities. The Timeline view provides both tabular and Gantt views as well as resource utilization graphing of Activities.",
0 commit comments