Allow to reconfigure services if task fails
This commit is contained in:
@@ -49,8 +49,11 @@ const inputDialog = useTemplateRef('inputDialog');
|
||||
|
||||
function onSetView(newView) {
|
||||
if (!isViewEnabled(newView, app.value.error?.details.installationState)) {
|
||||
currentView.value = 'info';
|
||||
window.location.hash = `/app/${id.value}/info`;
|
||||
if (!currentView.value) {
|
||||
currentView.value = 'info';
|
||||
window.location.hash = `/app/${id.value}/info`;
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user