Skip to content

Commit

Permalink
Minor refactoring of TZ inclusion in reports.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Oct 11, 2023
1 parent 351ba37 commit 6e65757
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/components/Markdown/Markdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</span>
</div>
<b-badge variant="info" class="w-100 rounded mb-3 white-space-normal">
<div class="float-left m-1 text-break">Generated with Galaxy {{ version }} on {{ time }} UTC</div>
<div class="float-left m-1 text-break">Generated with Galaxy {{ version }} on {{ time }}</div>
<div class="float-right m-1">Identifier: {{ markdownConfig.id }}</div>
</b-badge>
<div>
Expand Down Expand Up @@ -147,6 +147,8 @@ export default {
year: "numeric",
minute: "numeric",
hour: "numeric",
timeZoneName: "short",
timeZone: "UTC",
});
}
return "unavailable";
Expand Down

0 comments on commit 6e65757

Please sign in to comment.