Compare commits

..

No commits in common. "280bb11d5ee0959d241af3a0cb8267aabbadd445" and "00de75ffc3a0cbb9017bdd42180b9d0bc69025a4" have entirely different histories.

View File

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