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:
parent
420964c6e8
commit
a9af8d93c7
@ -83,8 +83,7 @@
|
|||||||
<div class="backup-cards-row">
|
<div class="backup-cards-row">
|
||||||
<div class="backup-card">
|
<div class="backup-card">
|
||||||
<div class="backup-card-header">
|
<div class="backup-card-header">
|
||||||
<h2>Backup status</h2>
|
<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>
|
||||||
<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>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- The "System config" tile is rendered FIRST inside this grid
|
<!-- The "System config" tile is rendered FIRST inside this grid
|
||||||
by renderDashboard() / renderSystemTile(), styled the same
|
by renderDashboard() / renderSystemTile(), styled the same
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user