Go to app configure view after installation started

This commit is contained in:
Johannes Zellner
2026-02-03 11:30:26 +01:00
parent 47660c5679
commit bdd35fb02a
@@ -162,7 +162,7 @@ async function onSubmit(overwriteDns) {
if (!error) {
dialog.value.close();
localStorage['confirmPostInstall_' + result.id] = true;
return window.location.href = '/#/apps';
return window.location.href = `/#/app/${result.id}/info`;
}
busy.value = false;