[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:
Victor Woeltjen 2015-06-18 17:00:20 -07:00
parent 983a9a2f07
commit 85e3101d08

View File

@ -25,6 +25,12 @@
"implementation": "PlotController.js",
"depends": [ "$scope", "telemetryFormatter", "telemetryHandler" ]
}
],
"policies": [
{
"category": "view",
"implementation": "policies/PlotViewPolicy.js"
}
]
}
}
}