diff --git a/application/dash/templates/dashboard.html b/application/dash/templates/dashboard.html index 249266e..62ad88c 100644 --- a/application/dash/templates/dashboard.html +++ b/application/dash/templates/dashboard.html @@ -7,7 +7,7 @@ {% for service in services%}
-
+
{{service["name"]}}
diff --git a/application/static/style.css b/application/static/style.css index d03e0e1..96d802b 100644 --- a/application/static/style.css +++ b/application/static/style.css @@ -40,9 +40,7 @@ body { font-weight: normal; } -.name { - margin-left: 60px; -} + /* Login page */ .form {