mirror of
https://github.com/nasa/openmct.git
synced 2025-05-12 13:33:14 +00:00
missed file in commit
This commit is contained in:
parent
00c9d2920b
commit
2c559457f0
@ -102,7 +102,8 @@ export default {
|
|||||||
inject: ['openmct', 'configuration'],
|
inject: ['openmct', 'configuration'],
|
||||||
setup() {
|
setup() {
|
||||||
const openmct = inject('openmct');
|
const openmct = inject('openmct');
|
||||||
const { observeTimeSystem, timeSystemFormatter, timeSystemDurationFormatter } = useTimeSystem(openmct);
|
const { observeTimeSystem, timeSystemFormatter, timeSystemDurationFormatter } =
|
||||||
|
useTimeSystem(openmct);
|
||||||
const { observeTimeMode, timeMode, isFixedTimeMode, isRealTimeMode } = useTimeMode(openmct);
|
const { observeTimeMode, timeMode, isFixedTimeMode, isRealTimeMode } = useTimeMode(openmct);
|
||||||
const { observeTimeBounds, bounds, isTick } = useTimeBounds(openmct);
|
const { observeTimeBounds, bounds, isTick } = useTimeBounds(openmct);
|
||||||
const { observeClockOffsets, offsets } = useClockOffsets(openmct);
|
const { observeClockOffsets, offsets } = useClockOffsets(openmct);
|
||||||
@ -133,7 +134,6 @@ export default {
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
// offsets: {
|
// offsets: {
|
||||||
// start: offsets && this.durationFormatter.format(Math.abs(offsets.start)),
|
// start: offsets && this.durationFormatter.format(Math.abs(offsets.start)),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user