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