web: Open time format reference link in a new window.
This commit is contained in:
parent
23600cedee
commit
a1dc067d17
@ -31,7 +31,7 @@
|
|||||||
<div v-if="selectedFormat === 'custom'">
|
<div v-if="selectedFormat === 'custom'">
|
||||||
<label for=timestampCustomDisplayFormat>
|
<label for=timestampCustomDisplayFormat>
|
||||||
Custom Timestamp Format
|
Custom Timestamp Format
|
||||||
(<a href="https://momentjs.com/docs/#/displaying/format/">see formatting options</a>)
|
(<a target="_blank" href="https://momentjs.com/docs/#/displaying/format/">see formatting options</a>)
|
||||||
</label>
|
</label>
|
||||||
<input type=text v-model=value.timestampDisplayFormat />
|
<input type=text v-model=value.timestampDisplayFormat />
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user