Use user selected number notation in footer messages

This commit is contained in:
bergware
2017-10-09 09:52:58 +02:00
parent 233c2f5652
commit 0a7a38eab7
@@ -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+="&bullet;<span class='orange strong'>"+action+"</span>";
status+="&bullet;<span class='orange strong'>"+action.replace('.','<?=$display['number'][0]?>')+"</span>";
}
if (progress)
status+="&bullet;<span class='blue strong'>"+progress+"</span>";