diff --git a/web/frontend/src/generic/helper/Tag.svelte b/web/frontend/src/generic/helper/Tag.svelte
index 66b4312..2be9ee6 100644
--- a/web/frontend/src/generic/helper/Tag.svelte
+++ b/web/frontend/src/generic/helper/Tag.svelte
@@ -38,9 +38,9 @@
{#if tag}
{#if tag?.scope === "global"}
- {tag.type}: {tag.name}
+ {tag.type}: {tag.name}
{:else if tag.scope === "admin"}
- {tag.type}: {tag.name}
+ {tag.type}: {tag.name}
{:else}
{tag.type}: {tag.name}
{/if}
diff --git a/web/templates/monitoring/taglist.tmpl b/web/templates/monitoring/taglist.tmpl
index ea29cd7..7831a64 100644
--- a/web/templates/monitoring/taglist.tmpl
+++ b/web/templates/monitoring/taglist.tmpl
@@ -8,10 +8,10 @@
{{ range $tagList }}
{{if eq .scope "global"}}
-
+
{{ .name }} {{ .count }}
{{else if eq .scope "admin"}}
-
+
{{ .name }} {{ .count }}
{{else}}