mirror of
https://github.com/nasa/openmct.git
synced 2025-01-28 15:14:42 +00:00
e391e6d2e0
- renames e2e subpackage from openmct-e2e to @openmct/e2e (uses openmct project scope)
43 lines
852 B
JSON
43 lines
852 B
JSON
{
|
|
"Group 1": [
|
|
{
|
|
"name": "Time until birthday",
|
|
"start": 1650320402000,
|
|
"end": 1660343797000,
|
|
"type": "Group 1",
|
|
"color": "orange",
|
|
"textColor": "white",
|
|
"id": 1
|
|
},
|
|
{
|
|
"name": "Time until supper",
|
|
"start": 1650320402000,
|
|
"end": 1650420410000,
|
|
"type": "Group 2",
|
|
"color": "blue",
|
|
"textColor": "white",
|
|
"id": 2
|
|
}
|
|
],
|
|
"Group 2": [
|
|
{
|
|
"name": "Time since the last time I ate",
|
|
"start": 1650320102001,
|
|
"end": 1650320102001,
|
|
"type": "Group 2",
|
|
"color": "green",
|
|
"textColor": "white",
|
|
"id": 3
|
|
},
|
|
{
|
|
"name": "Time since last accident",
|
|
"start": 1650320102002,
|
|
"end": 1650320102002,
|
|
"type": "Group 1",
|
|
"color": "yellow",
|
|
"textColor": "white",
|
|
"id": 4
|
|
}
|
|
]
|
|
}
|