mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +00:00
max 2 digits after . for %-completed
This commit is contained in:
parent
f7c7644362
commit
ab37facd54
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ $def with (torrent)
|
||||||
<div class="progress_bar" style="width:$torrent.progress%;
|
<div class="progress_bar" style="width:$torrent.progress%;
|
||||||
text-align:center;font-weight:bold;">
|
text-align:center;font-weight:bold;">
|
||||||
|
|
||||||
$torrent.progress %</div>
|
$("%.2f" % torrent.progress) %</div>
|
||||||
</td>
|
</td>
|
||||||
</tr><td width=30%%>
|
</tr><td width=30%%>
|
||||||
<table>
|
<table>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue