Abwesenheiten und GB in ADM

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

View File

@ -182,7 +182,7 @@ new Chart(document.getElementById("all_stats"),{
{"label":"Speicherplatzverbrauch", {"label":"Speicherplatzverbrauch",
"data":[ "data":[
{% for ele in statistik %} {% for ele in statistik %}
{{ ele.allfiles_storage|mul:0.001 }}, {{ statistik.0.allfiles_storage|mul:0.000000000931|stringformat:".10f" }},
{% endfor %} {% endfor %}
], ],
"fill":false, "fill":false,