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