mirror of
https://github.com/nasa/openmct.git
synced 2024-12-30 09:58:52 +00:00
513c06a81b
WTD-1033.
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"extensions": {
|
|
"components": [
|
|
{
|
|
"type": "decorator",
|
|
"provides": "capabilityService",
|
|
"implementation": "QueuingPersistenceCapabilityDecorator.js",
|
|
"depends": [ "persistenceQueue" ]
|
|
}
|
|
],
|
|
"services": [
|
|
{
|
|
"key": "persistenceQueue",
|
|
"implementation": "PersistenceQueue.js",
|
|
"depends": [
|
|
"$q",
|
|
"$timeout",
|
|
"dialogService",
|
|
"persistenceService",
|
|
"PERSISTENCE_QUEUE_DELAY"
|
|
]
|
|
}
|
|
],
|
|
"constants": [
|
|
{
|
|
"key": "PERSISTENCE_QUEUE_DELAY",
|
|
"value": 5
|
|
}
|
|
],
|
|
"templates": [
|
|
{
|
|
"key": "persistence-failure-dialog",
|
|
"templateUrl": "templates/persistence-failure-dialog.html"
|
|
}
|
|
]
|
|
}
|
|
} |