Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Commit

Permalink
Fixed: size value in task
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcOrfilaCarreras committed Dec 2, 2022
1 parent 9750636 commit 3fab4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/templates/tasks/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1 class="items-center text-3xl font-extrabold text-white flex"><a href="{{ pre
<dd class="font-light text-sm text-gray-400">{{ text.task_versions }}</dd>
</div>
<div class="flex flex-col justify-center items-center">
<dt class="mb-2 text-3xl font-extrabold">{{ data["Data"][h]["BackupCountList"] }} MB</dt>
<dt class="mb-2 text-3xl font-extrabold">{{ data["Data"][h]["KnownFileSize"] }} MB</dt>
<dd class="font-light text-sm text-gray-400">{{ text.size }}</dd>
</div>
<!-- End Data -->
Expand Down

0 comments on commit 3fab4c9

Please sign in to comment.