mirror of
https://github.com/nasa/openmct.git
synced 2025-06-06 09:21:43 +00:00
[Time Conductor] Expose domain options
...for example telemetry, to test domain selection.
This commit is contained in:
parent
c6b7121cf0
commit
df6cd8f403
@ -22,6 +22,17 @@
|
|||||||
"implementation": "SinewaveDeltaFormat.js"
|
"implementation": "SinewaveDeltaFormat.js"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"constants": [
|
||||||
|
{
|
||||||
|
"key": "TIME_CONDUCTOR_DOMAINS",
|
||||||
|
"value": [
|
||||||
|
{ "key": "time", "name": "Time" },
|
||||||
|
{ "key": "yesterday", "name": "Yesterday" },
|
||||||
|
{ "key": "delta", "name": "Delta" }
|
||||||
|
],
|
||||||
|
"priority": -1
|
||||||
|
}
|
||||||
|
],
|
||||||
"types": [
|
"types": [
|
||||||
{
|
{
|
||||||
"key": "generator",
|
"key": "generator",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user