fix: add navbar for source + keys

This commit is contained in:
Andras Bacsai
2023-09-04 09:44:44 +02:00
parent 517cb77637
commit 3e3024d47e
15 changed files with 72 additions and 30 deletions

View File

@@ -593,7 +593,7 @@ async function redirect() {
targetUrl.pathname = `/source/new`
break;
case 7:
targetUrl.pathname = `/private-key/new`
targetUrl.pathname = `/security/private-key/new`
break;
case 8:
targetUrl.pathname = `/destination/new`
@@ -612,7 +612,7 @@ async function redirect() {
targetUrl.pathname = `/servers`
break;
case 13:
targetUrl.pathname = `/private-keys`
targetUrl.pathname = `/security/private-key`
break;
case 14:
targetUrl.pathname = `/projects`