mirror of
https://github.com/nasa/openmct.git
synced 2025-04-19 08:36:24 +00:00
Merge remote-tracking branch 'upstream/plot-vee-two' into mobile_gestures_1
This commit is contained in:
commit
9fec73da14
@ -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