mirror of
https://github.com/nasa/openmct.git
synced 2025-04-20 00:51:09 +00:00
Moved gesture from individual views up to browse-object.html for now to resolve #423
This commit is contained in:
parent
367d1b0247
commit
cf73f3a0c4
@ -64,6 +64,7 @@
|
||||
{
|
||||
"key": "browse-object",
|
||||
"templateUrl": "templates/browse-object.html",
|
||||
"gestures": [ "drop" ],
|
||||
"uses": [ "view" ]
|
||||
},
|
||||
{
|
||||
|
@ -9,8 +9,7 @@
|
||||
"glyph": "L",
|
||||
"type": "layout",
|
||||
"templateUrl": "templates/layout.html",
|
||||
"uses": [],
|
||||
"gestures": [ "drop" ]
|
||||
"uses": []
|
||||
},
|
||||
{
|
||||
"key": "fixed",
|
||||
|
@ -8,7 +8,6 @@
|
||||
"glyph": "6",
|
||||
"templateUrl": "templates/plot.html",
|
||||
"needs": [ "telemetry" ],
|
||||
"gestures": [ "drop" ],
|
||||
"priority": "preferred",
|
||||
"delegation": true
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user