Files
FabledSteward/roundtable/templates/settings/_restart_pending.html
T
2026-04-13 17:10:31 -04:00

7 lines
358 B
HTML

{# settings/_restart_pending.html — shown after restart is triggered #}
<div id="restart-banner"
style="padding:0.75rem 1rem;border-radius:6px;background:var(--gold-dim);
border:1px solid var(--gold);color:var(--gold);font-size:0.85rem;">
Restart initiated — the app will reload in a moment. Refresh this page in a few seconds.
</div>