mirror of
https://github.com/nasa/openmct.git
synced 2025-05-29 21:54:20 +00:00
parent
2e1d57aa8c
commit
4a0728a55b
@ -143,9 +143,7 @@ export default {
|
|||||||
this.openmct.notifications.alert(message);
|
this.openmct.notifications.alert(message);
|
||||||
}
|
}
|
||||||
|
|
||||||
const link = `${location.host}${location.pathname}${hash}`;
|
window.location.hash = hash;
|
||||||
const url = new URL(link);
|
|
||||||
window.location.href = url.hash;
|
|
||||||
},
|
},
|
||||||
formatTime(unixTime, timeFormat) {
|
formatTime(unixTime, timeFormat) {
|
||||||
return Moment.utc(unixTime).format(timeFormat);
|
return Moment.utc(unixTime).format(timeFormat);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user