1
0
forked from Tomas/webdl

Fid the second UI check...

This commit is contained in:
2026-01-10 06:36:21 +01:00
parent ca5ba2d1a8
commit da18669c57

View File

@ -27,7 +27,7 @@
<a x-bind:href="'/api/data/'+id" x-text="dl.filename || dl.url"></a>
</div>
</template>
<template x-if="dl.received != dl.total">
<template x-if="!dl.finished">
<div>
<span style="flex:1" x-text="dl.filename || dl.url"></span>
<progress style="flex:1" x-bind:max="dl.total" x-bind:value="dl.received"></progress>