mirror of
https://github.com/nasa/openmct.git
synced 2025-03-11 06:54:01 +00:00
22 lines
598 B
JSON
22 lines
598 B
JSON
|
{
|
||
|
"name": "Search View",
|
||
|
"description": "Allows the user to search through the file three.",
|
||
|
"extensions": {
|
||
|
"views": [
|
||
|
{
|
||
|
"key": "search",
|
||
|
"name": "Search",
|
||
|
"glyph": "5",
|
||
|
"description": "Search functionality.",
|
||
|
"templateUrl": "templates/search.html"
|
||
|
}
|
||
|
],
|
||
|
"controllers": [
|
||
|
{
|
||
|
"key": "SearchController",
|
||
|
"implementation": "SearchController.js",
|
||
|
"depends": [ "$scope" ]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|