Skip to content
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

"Add Instance" button on /instances #2054

Merged
merged 5 commits into from
May 2, 2023
Merged

"Add Instance" button on /instances #2054

merged 5 commits into from
May 2, 2023

Conversation

joepavitt
Copy link
Contributor

Description

  • "Add Instance" button put onto /instances
  • New /instances/create page - which uses the InstancesForm.vue
  • InstanceForm now has the option to pass applications array and applicationSelection boolean which will display the dropdown, with provided options. Needed to pass the bool, as it's valid to not pass applications, so that check on it's own to fall back ot the text input, wasn't enough.
  • Adds E2E tests for instance creation & checking the reidrect.

Related Issue(s)

Closes #2052

Checklist

@joepavitt joepavitt changed the title 2052 add instance "Add Instance" button on /instances Apr 27, 2023
@joepavitt joepavitt requested a review from Pezmc April 27, 2023 11:15
@joepavitt joepavitt requested a review from Pezmc April 28, 2023 08:56
@Pezmc Pezmc merged commit 6e1f352 into main May 2, 2023
@Pezmc Pezmc deleted the 2052-add-instance branch May 2, 2023 02:21
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.

"Add Instance" on /instances view
2 participants