diff options
Diffstat (limited to 'templates/dashboard')
-rw-r--r-- | templates/dashboard/transfers.hamlet | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/dashboard/transfers.hamlet b/templates/dashboard/transfers.hamlet index 1953f9a3c..da5848432 100644 --- a/templates/dashboard/transfers.hamlet +++ b/templates/dashboard/transfers.hamlet @@ -20,7 +20,10 @@ <small>#{maybe "unknown" Remote.name $ transferRemote info}</small> $with size <- maybe "unknown" (roughSize dataUnits True) $ keySize $ transferKey transfer $if isJust $ startedTime info + $if isrunning info <small .pull-right><b>#{percent} of #{size}</b></small> + $else + <small .pull-right>paused at #{percent} of #{size}</small> $else <small .pull-right>queued (#{size})</small> <div .row-fluid> |