Merge claude/1

This commit is contained in:
librelad 2026-05-28 16:12:48 +01:00
commit 280bb11d5e

View File

@ -55,7 +55,7 @@ class AdminOverview {
go(where) {
if (where === 'backup') {
window.librePortalSPA?.navigate('/backup', true);
window.spaClean?.navigate('/backup', true);
} else if (where === 'ssh' || where === 'security' || where === 'system') {
const target = where === 'ssh' ? 'ssh-access' : where;
window.history.pushState({}, '', window.adminPath(target));