mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 23:20:50 +00:00
[Plot] Expose plot view policy
Expose policy which suppresses image telemetry (and other non-numeric telemetry) in plots. WTD-1170.
This commit is contained in:
parent
983a9a2f07
commit
85e3101d08
@ -25,6 +25,12 @@
|
|||||||
"implementation": "PlotController.js",
|
"implementation": "PlotController.js",
|
||||||
"depends": [ "$scope", "telemetryFormatter", "telemetryHandler" ]
|
"depends": [ "$scope", "telemetryFormatter", "telemetryHandler" ]
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"policies": [
|
||||||
|
{
|
||||||
|
"category": "view",
|
||||||
|
"implementation": "policies/PlotViewPolicy.js"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user