Skip to content

LITE-283000 LITE-28301: create Abort and Retry actions for deployment requests #102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

arnaugiralt
Copy link
Member

No description provided.

@@ -141,6 +180,10 @@ export default {
{ label: 'Marketplaces', value: 'marketplaces' },
{ label: 'Tasks', value: 'tasks' },
],

canAbort: vm => ['pending', 'processing'].includes(vm.request?.status),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

const statuses = ['pending', 'processing'];

just an idea

@arnaugiralt arnaugiralt merged commit 0a0b51d into cloudblue:master Sep 14, 2023
@arnaugiralt arnaugiralt deleted the feat/LITE-28300-LITE-28301-create-abort-and-retry-actions branch September 14, 2023 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants