mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 14:32:22 +00:00
827cb27f28
Added margin to top of tree list items. Also removed hovering Info coming up on mobile devices.
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"extensions": {
|
|
"templates": [
|
|
{
|
|
"key": "info-table",
|
|
"templateUrl": "info-table.html"
|
|
},
|
|
{
|
|
"key": "info-bubble",
|
|
"templateUrl": "info-bubble.html"
|
|
}
|
|
],
|
|
"containers": [
|
|
{
|
|
"key": "bubble",
|
|
"templateUrl": "bubble.html",
|
|
"attributes": [ "bubbleTitle", "bubbleLayout" ],
|
|
"alias": "bubble"
|
|
}
|
|
],
|
|
"gestures": [
|
|
{
|
|
"key": "info",
|
|
"implementation": "gestures/InfoGesture.js",
|
|
"depends": [
|
|
"$timeout",
|
|
"queryService",
|
|
"infoService",
|
|
"INFO_HOVER_DELAY"
|
|
]
|
|
}
|
|
],
|
|
"services": [
|
|
{
|
|
"key": "infoService",
|
|
"implementation": "services/InfoService.js",
|
|
"depends": [
|
|
"$compile",
|
|
"$document",
|
|
"$window",
|
|
"$rootScope"
|
|
]
|
|
}
|
|
],
|
|
"constants": [
|
|
{
|
|
"key": "INFO_HOVER_DELAY",
|
|
"value": 2000
|
|
}
|
|
]
|
|
}
|
|
} |