Abwesenheiten und GB in ADM
This commit is contained in:
parent
c2022dd11b
commit
ea85be7e05
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue