# TASK — Simplify Backup Page "Alkalmazás adatok" Section ## Goal Replace the current complex app data section on the backup page (checkboxes, paths, docker volumes, save button) with a simple, read-only status list of all deployed apps. ## Current state (v0.11.9) The backup page shows an "Alkalmazás adatok" section with: - Checkboxes per app to toggle backup on/off - Full HDD path listings with sizes - Docker volume names with "(nem mentett)" labels - DB dump status per app - A "Mentés" (save) button **Problems:** - Too much detail for the customer — confusing - Docker volume names shown as "nem mentett" can mislead users into thinking DB data isn't backed up (it is, via DB dump) - Backup enable/disable should be configured on the app's own settings page, not here - The section should be informational only on this page ## Desired state A clean, read-only list of ALL deployed apps (including those without user data) showing a simple status per app: ``` ┌────────────────────────────────────────────────────────┐ │ Alkalmazás adatok │ │ Az alkalmazások felhasználói adatainak mentési │ │ állapota. Beállítás az alkalmazás oldalán. │ │ │ │ Immich Külső tárhely (hdd_1) ● Aktív │ │ Paperless-ngx Külső tárhely (hdd_p.) ○ Inaktív │ │ Gokapi — N/A │ │ Mealie — N/A │ │ RoMM Külső tárhely (hdd_p.) ○ Inaktív │ └────────────────────────────────────────────────────────┘ ``` Each app name links to its deploy/settings page where backup can be configured. **Status indicators (no emoji, just styled text/dots):** - `● Aktív` — green dot + text — backup enabled for this app (has HDD data and toggle is on) - `○ Inaktív` — gray dot + text — has HDD data but backup not enabled - `— N/A` — muted dash + text — no user data folder, backup not applicable (this is fine, not a warning) **Optional:** For apps with "Aktív" status, show the data size in muted text next to the storage label (e.g., `47.9 MB`). ## Changes ### 1. `backups.html` — Replace Section 4 Replace everything from `` through the closing `{{end}}` (lines 16199-16247) with: ```html {{if .Backup.AppDataInfo}}
Az alkalmazások felhasználói adatainak mentési állapota. Beállítás az alkalmazás oldalán.