mirror of
https://github.com/nasa/openmct.git
synced 2025-01-29 15:43:52 +00:00
[MyItems] Load via static model provider
Define a model for my items to be used when the model is not found in a storage provider. Fixes https://github.com/nasa/openmct/issues/1284
This commit is contained in:
parent
f85595665f
commit
88f954b437
@ -31,12 +31,18 @@ define([
|
|||||||
"description": "Defines a root named My Items",
|
"description": "Defines a root named My Items",
|
||||||
"extensions": {
|
"extensions": {
|
||||||
"roots": [
|
"roots": [
|
||||||
|
{
|
||||||
|
"id": "mine",
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"models": [
|
||||||
{
|
{
|
||||||
"id": "mine",
|
"id": "mine",
|
||||||
"model": {
|
"model": {
|
||||||
"name": "My Items",
|
"name": "My Items",
|
||||||
"type": "folder",
|
"type": "folder",
|
||||||
"composition": []
|
"composition": [],
|
||||||
|
"location": "ROOT"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user