mirror of
https://github.com/nasa/openmct.git
synced 2025-05-28 05:04:18 +00:00
[Plot] Reset telemetry objects on change
This commit is contained in:
parent
056b3f61ce
commit
eb69e02ce3
@ -9,6 +9,7 @@ define(
|
||||
$scope.telemetryObjects = [];
|
||||
|
||||
var linkDomainObject = function(domainObject) {
|
||||
$scope.telemetryObjects = [];
|
||||
if (domainObject.hasCapability('telemetry')) {
|
||||
$scope.telemetryObjects = [domainObject];
|
||||
} else if (domainObject.hasCapability('delegation')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user