ui(backup): drop Backup-status hint text; move it to a plain-language tooltip

The two-line hint under 'Backup status' was redundant — the System
config tile speaks for itself once it's there. Replaced with an ℹ️
tooltip on the heading (same pattern as 'Cross-host migrate' on the
Migrate tab).

Tooltip text deliberately plain: 'What's saved. Save System config
first — if anything breaks, you need it to get everything else back.'
No 'bare-metal restore' jargon, no 'snapshot' — the kind of sentence
that lands for someone who's never heard of either.

Signed-off-by: librelad <librelad@digitalangels.vip>
This commit is contained in:
librelad 2026-05-27 00:49:19 +01:00
parent 420964c6e8
commit a9af8d93c7

View File

@ -83,8 +83,7 @@
<div class="backup-cards-row">
<div class="backup-card">
<div class="backup-card-header">
<h2>Backup status</h2>
<span class="backup-card-hint">System config and every installed app's latest backup. System config always first — a bare-metal restore needs it.</span>
<h2>Backup status <span class="tooltip" title="What's saved. Save System config first — if anything breaks, you need it to get everything else back." style="font-size:.75em;opacity:.7;cursor:help"></span></h2>
</div>
<!-- The "System config" tile is rendered FIRST inside this grid
by renderDashboard() / renderSystemTile(), styled the same