mirror of
https://github.com/nasa/openmct.git
synced 2025-05-28 21:24:20 +00:00
Merge remote-tracking branch 'origin/open734' into open-master
This commit is contained in:
commit
def47addb3
@ -103,7 +103,7 @@
|
|||||||
{
|
{
|
||||||
"key": "items",
|
"key": "items",
|
||||||
"name": "Items",
|
"name": "Items",
|
||||||
"glyph": "i",
|
"glyph": "9",
|
||||||
"description": "Grid of available items.",
|
"description": "Grid of available items.",
|
||||||
"templateUrl": "templates/items/items.html",
|
"templateUrl": "templates/items/items.html",
|
||||||
"uses": [ "composition" ],
|
"uses": [ "composition" ],
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Plot",
|
"name": "Plot",
|
||||||
"key": "plot",
|
"key": "plot",
|
||||||
|
"glyph": "6",
|
||||||
"templateUrl": "templates/plot.html",
|
"templateUrl": "templates/plot.html",
|
||||||
"needs": [ "telemetry" ],
|
"needs": [ "telemetry" ],
|
||||||
"delegation": true
|
"delegation": true
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
{
|
{
|
||||||
"key": "scrolling",
|
"key": "scrolling",
|
||||||
"name": "Scrolling",
|
"name": "Scrolling",
|
||||||
|
"glyph": "5",
|
||||||
"description": "Scrolling list of data values.",
|
"description": "Scrolling list of data values.",
|
||||||
"templateUrl": "templates/scrolling.html",
|
"templateUrl": "templates/scrolling.html",
|
||||||
"needs": [ "telemetry" ],
|
"needs": [ "telemetry" ],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user