mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 19:27:07 +00:00
[Time Conductor] Use domain formats in scrolling list
This commit is contained in:
parent
6b805183b0
commit
e5ebbdaf7f
@ -54,7 +54,8 @@ define(
|
||||
DomainColumn.prototype.getValue = function (domainObject, datum) {
|
||||
return {
|
||||
text: this.telemetryFormatter.formatDomainValue(
|
||||
datum[this.domainMetadata.key]
|
||||
datum[this.domainMetadata.key],
|
||||
this.domainMetadata.format
|
||||
)
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user