Compare commits
No commits in common. "280bb11d5ee0959d241af3a0cb8267aabbadd445" and "00de75ffc3a0cbb9017bdd42180b9d0bc69025a4" have entirely different histories.
280bb11d5e
...
00de75ffc3
@ -55,7 +55,7 @@ class AdminOverview {
|
|||||||
|
|
||||||
go(where) {
|
go(where) {
|
||||||
if (where === 'backup') {
|
if (where === 'backup') {
|
||||||
window.spaClean?.navigate('/backup', true);
|
window.librePortalSPA?.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