Skip to content

Commit

Permalink
Fix, basic - preformatted html tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hujambo-dunia committed Dec 8, 2023
1 parent c65e82a commit 7386f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/JobInformation/JobInformation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<td>Job Messages</td>
<td>
<ul style="padding-left: 15px; margin-bottom: 0px">
<li v-for="(message, index) in job.job_messages" :key="index">{{ message }}</li>
<li v-for="(message, index) in job.job_messages" :key="index"><pre>{{ message }}</pre></li>
</ul>
</td>
</tr>
Expand Down

0 comments on commit 7386f8a

Please sign in to comment.