diff --git a/src/static/js/source-health.js b/src/static/js/source-health.js index 1630435..bbff3d0 100644 --- a/src/static/js/source-health.js +++ b/src/static/js/source-health.js @@ -173,7 +173,7 @@ function renderHealthDashboard() { ${CHECK_TYPE_LABELS[c.check_type] || c.check_type} ${c.status === "error" ? "Fehler" : "Warnung"} ${esc(c.message)} - ${c.status === "error" && c.check_type === "reachability" ? \`\` : ""} + ${c.status === "error" && c.check_type === "reachability" ? `` : ""} `, ) .join("")}