Skip to content

Commit

Permalink
Merge pull request #11146 from rak-phillip/bugfix/11087-restart-modal
Browse files Browse the repository at this point in the history
Increase restart modal timeout to 5 seconds
  • Loading branch information
rak-phillip authored Jun 5, 2024
2 parents ae24b74 + 1fff35d commit 6a28a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/list/management.cattle.io.feature.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export default {
} catch (e) {}
this.waitForBackend(btnCB, id);
}, 2500);
}, 5000);
},
async saveUrl(btnCB) {
Expand Down

0 comments on commit 6a28a5c

Please sign in to comment.