Skip to content

Commit 8e2e7ed

Browse files
authored
Spinner is never shown allongside bnuttons in simple installation (#86)
Co-authored-by: Petr Gadorek <[email protected]>
1 parent e02ece2 commit 8e2e7ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/SimpleSetup.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838

3939
<GlobalProgress messagePosition="left"
40-
v-if="(current_state_code > 0 && current_state_code < 11) && last_user_message_type != 'error'" />
40+
v-if="(current_state_code > 0 && !showRetryButton ) && last_user_message_type != 'error'" />
4141

4242
<!-- Installation Log -->
4343
<n-collapse arrow-placement="right" v-if="messages.length > 0">
@@ -361,4 +361,4 @@ export default {
361361
background-color: #eaf3fb;
362362
border-left: 4px solid #5AC8FA;
363363
}
364-
</style>
364+
</style>

0 commit comments

Comments
 (0)