mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 17:57:04 +00:00
more clear variable name
This commit is contained in:
parent
35692ae4b9
commit
7d0b323dab
@ -143,10 +143,10 @@ export default {
|
|||||||
telemetryObject.key = this.openmct.objects.makeKeyString(domainObject.identifier);
|
telemetryObject.key = this.openmct.objects.makeKeyString(domainObject.identifier);
|
||||||
telemetryObject.domainObject = domainObject;
|
telemetryObject.domainObject = domainObject;
|
||||||
|
|
||||||
let array = this.ladTelemetryObjects[ladTable.key];
|
let telemetryObjects = this.ladTelemetryObjects[ladTable.key];
|
||||||
array.push(telemetryObject);
|
telemetryObjects.push(telemetryObject);
|
||||||
|
|
||||||
this.$set(this.ladTelemetryObjects, ladTable.key, array);
|
this.$set(this.ladTelemetryObjects, ladTable.key, telemetryObjects);
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
removeTelemetryObject(ladTable) {
|
removeTelemetryObject(ladTable) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user