Files
michaelschiemer/src/Framework/View/cache/components/metric-card_03e79048e617dd387b7653d7e62544ed_f38090ac33e694d99c04bba45916527f.html
Michael Schiemer 55a330b223 Enable Discovery debug logging for production troubleshooting
- Add DISCOVERY_LOG_LEVEL=debug
- Add DISCOVERY_SHOW_PROGRESS=true
- Temporary changes for debugging InitializerProcessor fixes on production
2025-08-11 20:13:26 +02:00

3 lines
495 B
HTML

<html><head><link rel="stylesheet" href="/assets/css-x5fXjerd.css"><script src="/assets/js-CDDJMAPM.js" type="module"></script></head><body><div class="admin-card metric-card"><div class="metric-card__value" style="{{ color ? 'color: var(--' + color + ')' : '' }}">System Unhealthy</div><div class="metric-card__label">Immediate attention required</div>
{{ change ? '<div class="metric-card__change metric-card__change--' + change_type + '">' + change + '</div>' : '' }}
</div></body></html>