Skip to content

Commit

Permalink
chore: fix typo in dashboard template
Browse files Browse the repository at this point in the history
  • Loading branch information
dfranco committed Oct 8, 2023
1 parent b1f33c9 commit 7c1318d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/templates/pages/dashboard.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
</tr>
{% for jobtype in jobtypes_jobs_stats %}
<tr>
<td>{$jobtype.type}</td>
<td>{{ jobtype.type }}</td>
<td class="text-right">{{ jobtype.jobfiles }}</td>
<td class="text-right">{{ jobtype.jobbytes }}</td>
<td class="text-right">{{ jobtype.jobscount }}</td>
Expand Down

0 comments on commit 7c1318d

Please sign in to comment.