mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
b7f4539cdb
Add a watch indicator to the example bundles as a developer support tool. Added to help support sluggish plots, WTD-717.
10 lines
201 B
JSON
10 lines
201 B
JSON
{
|
|
"extensions": {
|
|
"indicators": [
|
|
{
|
|
"implementation": "WatchIndicator.js",
|
|
"depends": ["$interval", "$rootScope"]
|
|
}
|
|
]
|
|
}
|
|
} |