diff --git a/templates/monitor.html b/templates/monitor.html index 8ef6aff..1275b79 100644 --- a/templates/monitor.html +++ b/templates/monitor.html @@ -22,14 +22,14 @@ {% for server in servers %} {{ server.name }} - € {{ server.price | round(2) }} + € {{ server.price }} {{ server.datacenter }} {{ server.cpu.benchmark }} - € {{ server.price_per_cpu | round(2) }} + € {{ server.price_per_cpu | round(4) }} {{ server.ram }} GB - € {{ server.price_per_ram | round(2) }} + € {{ server.price_per_ram | round(4) }} {{ server.hdd.count }} x {{ server.hdd.size }} GB - € {{ server.price_per_hdd | round(2) }} + € {{ server.price_per_hdd | round(4) }} {{ server.freetext }}