Go to app configure view after installation started
This commit is contained in:
@@ -162,7 +162,7 @@ async function onSubmit(overwriteDns) {
|
|||||||
if (!error) {
|
if (!error) {
|
||||||
dialog.value.close();
|
dialog.value.close();
|
||||||
localStorage['confirmPostInstall_' + result.id] = true;
|
localStorage['confirmPostInstall_' + result.id] = true;
|
||||||
return window.location.href = '/#/apps';
|
return window.location.href = `/#/app/${result.id}/info`;
|
||||||
}
|
}
|
||||||
|
|
||||||
busy.value = false;
|
busy.value = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user