mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 23:20:50 +00:00
Update isTelemetry logic to ignore imagery. (#2285)
This commit is contained in:
parent
037264b0bf
commit
a1aa99837b
@ -269,7 +269,8 @@
|
|||||||
},
|
},
|
||||||
isTelemetry(domainObject) {
|
isTelemetry(domainObject) {
|
||||||
if (this.openmct.telemetry.isTelemetryObject(domainObject)
|
if (this.openmct.telemetry.isTelemetryObject(domainObject)
|
||||||
&& domainObject.type !== 'summary-widget') {
|
&& domainObject.type !== 'summary-widget'
|
||||||
|
&& domainObject.type !== 'example.imagery') {
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user