mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-20 21:39:16 +08:00
add space between bar and %
This commit is contained in:
parent
d8d6ed0be1
commit
8791abb0b0
@ -57,7 +57,7 @@ content =" Status: "+jsonresponse.status;
|
|||||||
content +=" | Total space: "+jsonresponse.total;
|
content +=" | Total space: "+jsonresponse.total;
|
||||||
content +=" | Used space: "+jsonresponse.used;
|
content +=" | Used space: "+jsonresponse.used;
|
||||||
content +=" | Occupation: ";
|
content +=" | Occupation: ";
|
||||||
content +="<meter min='0' max='100' high='90' value='"+jsonresponse.occupation +"'></meter>"+jsonresponse.occupation +"%";
|
content +="<meter min='0' max='100' high='90' value='"+jsonresponse.occupation +"'></meter> "+jsonresponse.occupation +"%";
|
||||||
document.getElementById('status').innerHTML=content;
|
document.getElementById('status').innerHTML=content;
|
||||||
content ="";
|
content ="";
|
||||||
for (var i=0;i <jsonresponse.files.length;i++){
|
for (var i=0;i <jsonresponse.files.length;i++){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user