mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 21:58:13 +00:00
[Plot] Reset telemetry objects on change
This commit is contained in:
@ -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')) {
|
||||
|
Reference in New Issue
Block a user