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