diff --git a/sdbs_infra/dashboard/static/main.css b/sdbs_infra/dashboard/static/main.css index 2aab2b1..828fbfb 100644 --- a/sdbs_infra/dashboard/static/main.css +++ b/sdbs_infra/dashboard/static/main.css @@ -137,7 +137,8 @@ h2 { } .stats { - text-align: justify; + display: block; + text-align: center; padding: 1.5rem 0; } diff --git a/sdbs_infra/dashboard/templates/index.html b/sdbs_infra/dashboard/templates/index.html index 3ad62bc..1fe23e7 100644 --- a/sdbs_infra/dashboard/templates/index.html +++ b/sdbs_infra/dashboard/templates/index.html @@ -60,7 +60,7 @@

machines

- VPS STATS — {{ vps_stats|safe }} + VPS STATS
{{ vps_stats|safe }}
{% for machine in machines %} {% if machine.url %} @@ -117,4 +117,4 @@
{% endif %} - \ No newline at end of file +