mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 21:58:13 +00:00
[Time Conductor] Use time systems from time conductor
This commit is contained in:
@ -41,7 +41,7 @@ define(
|
||||
initialDragValue;
|
||||
|
||||
function timeSystemKey() {
|
||||
return ($scope.parameters || {}).domain;
|
||||
return ($scope.parameters || {}).system;
|
||||
}
|
||||
|
||||
function formatTimestamp(ts) {
|
||||
@ -57,7 +57,7 @@ define(
|
||||
}
|
||||
}
|
||||
|
||||
// From 0.0-1.0 to "0%"-"1%"
|
||||
// From 0.0-1.0 to "0%"-"100%"
|
||||
function toPercent(p) {
|
||||
return (100 * p) + "%";
|
||||
}
|
||||
|
Reference in New Issue
Block a user