mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +00:00
[Layout] Restrict Items view to folders
Restrict the Items view to folders, such that it does not show for Layouts (and, more broadly, for any non-folders.) WTD-535.
This commit is contained in:
parent
ffb9352da0
commit
f61eb143e7
@ -107,7 +107,8 @@
|
||||
"description": "Grid of available items.",
|
||||
"templateUrl": "templates/items/items.html",
|
||||
"uses": [ "composition" ],
|
||||
"gestures": [ "drop" ]
|
||||
"gestures": [ "drop" ],
|
||||
"type": "folder"
|
||||
}
|
||||
],
|
||||
"components": [
|
||||
|
Loading…
Reference in New Issue
Block a user