summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-04-05 09:27:17 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-04-05 09:27:17 +0200
commita7dcf3e1355c34cbb547e0e5eee93c42b4dfbc4d (patch)
tree634648f0f93e1a53b17c79b38c606852888ec121 /roles
parentnginx/vhost: make vhost config file mode configurable (diff)
cosmetic fix
Diffstat (limited to 'roles')
-rw-r--r--roles/monitoring/landingpage/templates/index.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/monitoring/landingpage/templates/index.html.j2 b/roles/monitoring/landingpage/templates/index.html.j2
index 8972b0d5..a340f1db 100644
--- a/roles/monitoring/landingpage/templates/index.html.j2
+++ b/roles/monitoring/landingpage/templates/index.html.j2
@@ -7,7 +7,7 @@
<body style="padding-top: 5em; background-color: #eee; font-family: sans;">
<div style="text-align:center; margin-left:auto; margin-right:auto;">
<h1>{{ monitoring_landingpage_title }}</h1>
- <ul>
+ <ul style="list-style-type: none;">
<li><a target='_blank' href='/prometheus/'>Prometheus</a></li>
<li><a target='_blank' href='/alertmanager/'>Prometheus Alertmanager</a></li>
<li><a target='_blank' href='/grafana/'>Grafana</a></li>