mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 13:07:08 +00:00
Remove extra space from output
This commit is contained in:
@@ -8,8 +8,10 @@
|
||||
</v-card-title>
|
||||
<v-card-subtitle v-if="projectInfo.fsp">
|
||||
Started on {{ projectInfo.fsp.tstamp.substring(0,10) }}
|
||||
at {{ projectInfo.fsp.tstamp.substring(11, 19) }}
|
||||
{{ projectInfo.fsp.tstamp.substring(projectInfo.fsp.tstamp.length-6) == "+00:00" ? "Z" : " LT" }}
|
||||
at {{
|
||||
projectInfo.fsp.tstamp.substring(11, 19) +
|
||||
(projectInfo.fsp.tstamp.substring(projectInfo.fsp.tstamp.length-6) == "+00:00" ? "Z" : " LT")
|
||||
}}
|
||||
</v-card-subtitle>
|
||||
<v-card-subtitle v-else>
|
||||
No production yet
|
||||
|
||||
Reference in New Issue
Block a user