mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 15:18:12 +00:00
[Plot] Update policy to detect any range
Update policy to detect any range. As a simple way to prevent detecting messages, it will not apply when every range is a string format. fixes https://github.com/nasa/openmct/issues/1713
This commit is contained in:
@ -118,7 +118,10 @@ define([
|
||||
"policies": [
|
||||
{
|
||||
"category": "view",
|
||||
"implementation": PlotViewPolicy
|
||||
"implementation": PlotViewPolicy,
|
||||
"depends": [
|
||||
"openmct"
|
||||
]
|
||||
}
|
||||
],
|
||||
"representations": [
|
||||
|
Reference in New Issue
Block a user