Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/poudriere/html')
-rw-r--r--src/share/poudriere/html/assets/poudriere.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/poudriere/html/assets/poudriere.js b/src/share/poudriere/html/assets/poudriere.js
index f9798dfd..9abdfe8c 100644
--- a/src/share/poudriere/html/assets/poudriere.js
+++ b/src/share/poudriere/html/assets/poudriere.js
@@ -173,7 +173,7 @@ function update_canvas(stats) {
} else {
pctdonetxt = Math.floor(pctdone);
}
- $('#progresspct').text(pctdone + '%');
+ $('#progresspct').text(pctdonetxt + '%');
$('#stats_remaining').html(remaining);
}