controller: backups IA split — four sub-pages (Áttekintés /backups, Távoli mentés /backups/remote, Alkalmazások /backups/apps, Visszaállítás /backups/restore); sections MOVED verbatim (backups_split_move_check.py enforces vs df7ad37); shared data builder extracted; offbox restore-to-verify relocated to the restore page; flash redirects + tier-3 anchors + tier2 back-link retargeted
Claude-Session: https://claude.ai/code/session_01GzammAMzsJTgpQHqxwM2bC
This commit is contained in:
@@ -293,6 +293,14 @@ func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||
s.stacksHandler(w, r)
|
||||
case path == "/backups":
|
||||
s.backupsHandler(w, r)
|
||||
// v0.124.0 IA split: the backups page's four sub-pages (old /backups deep links keep working —
|
||||
// /backups itself is the Áttekintés page).
|
||||
case path == "/backups/remote":
|
||||
s.backupsRemoteHandler(w, r)
|
||||
case path == "/backups/apps":
|
||||
s.backupsAppsHandler(w, r)
|
||||
case path == "/backups/restore":
|
||||
s.backupsRestoreHandler(w, r)
|
||||
case path == "/monitoring":
|
||||
s.monitoringHandler(w, r)
|
||||
case path == "/settings":
|
||||
|
||||
Reference in New Issue
Block a user