This commit is contained in:
holger.trampe 2021-01-29 16:28:16 +01:00
parent ea85be7e05
commit a7a45ca972
1 changed files with 1 additions and 1 deletions

View File

@ -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,