We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02ece2 commit 8e2e7edCopy full SHA for 8e2e7ed
src/components/SimpleSetup.vue
@@ -37,7 +37,7 @@
37
38
39
<GlobalProgress messagePosition="left"
40
- v-if="(current_state_code > 0 && current_state_code < 11) && last_user_message_type != 'error'" />
+ v-if="(current_state_code > 0 && !showRetryButton ) && last_user_message_type != 'error'" />
41
42
<!-- Installation Log -->
43
<n-collapse arrow-placement="right" v-if="messages.length > 0">
@@ -361,4 +361,4 @@ export default {
361
background-color: #eaf3fb;
362
border-left: 4px solid #5AC8FA;
363
}
364
-</style>
+</style>
0 commit comments