From ccbf3867e14b2b198177bad17b2d0b2a154dbcfd Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Mon, 16 Sep 2024 13:54:40 +0200 Subject: [PATCH] change global tag color from gray to magenta --- web/frontend/src/generic/helper/Tag.svelte | 4 ++-- web/templates/monitoring/taglist.tmpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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}}