Merge claude/1
This commit is contained in:
commit
280bb11d5e
@ -55,7 +55,7 @@ class AdminOverview {
|
|||||||
|
|
||||||
go(where) {
|
go(where) {
|
||||||
if (where === 'backup') {
|
if (where === 'backup') {
|
||||||
window.librePortalSPA?.navigate('/backup', true);
|
window.spaClean?.navigate('/backup', true);
|
||||||
} else if (where === 'ssh' || where === 'security' || where === 'system') {
|
} else if (where === 'ssh' || where === 'security' || where === 'system') {
|
||||||
const target = where === 'ssh' ? 'ssh-access' : where;
|
const target = where === 'ssh' ? 'ssh-access' : where;
|
||||||
window.history.pushState({}, '', window.adminPath(target));
|
window.history.pushState({}, '', window.adminPath(target));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user