mirror of
https://github.com/nasa/openmct.git
synced 2025-05-07 19:18:36 +00:00
[Fixed Position] Add placeholder toolbar definition
Add a mostly-empty toolbar definition to Fixed Position view, WTD-879.
This commit is contained in:
parent
98caa31d7b
commit
7fced99390
@ -19,7 +19,27 @@
|
|||||||
"type": "telemetry.panel",
|
"type": "telemetry.panel",
|
||||||
"templateUrl": "templates/fixed.html",
|
"templateUrl": "templates/fixed.html",
|
||||||
"uses": [ "composition" ],
|
"uses": [ "composition" ],
|
||||||
"gestures": [ "drop" ]
|
"gestures": [ "drop" ],
|
||||||
|
"toolbar": {
|
||||||
|
"sections": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"property": "add",
|
||||||
|
"control": "button"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"property": "z",
|
||||||
|
"control": "textfield"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"representations": [
|
"representations": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user