mirror of
https://github.com/unraid/webgui.git
synced 2026-04-28 22:09:24 -05:00
Use user selected number notation in footer messages
This commit is contained in:
@@ -535,7 +535,7 @@ $(function() {
|
||||
else if (ini['mdResyncAction'] == "check") action="Read-Check";
|
||||
else if (ini['mdResyncAction'].indexOf("check")>=0) action="Parity-Check";
|
||||
action+=" "+(ini['mdResyncPos']/(ini['mdResync']/100+1)).toFixed(1)+" %";
|
||||
status+="•<span class='orange strong'>"+action+"</span>";
|
||||
status+="•<span class='orange strong'>"+action.replace('.','<?=$display['number'][0]?>')+"</span>";
|
||||
}
|
||||
if (progress)
|
||||
status+="•<span class='blue strong'>"+progress+"</span>";
|
||||
|
||||
Reference in New Issue
Block a user