forked from Tomas/webdl
Fid the second UI check...
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user