UPSI
This commit is contained in:
parent
ea85be7e05
commit
a7a45ca972
|
|
@ -182,7 +182,7 @@ new Chart(document.getElementById("all_stats"),{
|
||||||
{"label":"Speicherplatzverbrauch",
|
{"label":"Speicherplatzverbrauch",
|
||||||
"data":[
|
"data":[
|
||||||
{% for ele in statistik %}
|
{% for ele in statistik %}
|
||||||
{{ statistik.0.allfiles_storage|mul:0.000000000931|stringformat:".10f" }},
|
{{ ele.allfiles_storage|mul:0.000000000931|stringformat:".10f" }},
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
],
|
],
|
||||||
"fill":false,
|
"fill":false,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue