mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Show update percentages as XX%
This commit is contained in:
parent
5059da0306
commit
8a548d5a67
@ -992,7 +992,7 @@ function update_progress_bar($percent) {
|
||||
echo "\ndocument.progressbar.style.width='" . $percent . "%';";
|
||||
echo "\n</script>";
|
||||
} else {
|
||||
echo " $percent";
|
||||
echo " {$percent}%";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user