8aad2ab43d
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
358 B
HTML
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>
|