-
Notifications
You must be signed in to change notification settings - Fork 309
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
NAS-132298 / 25.04 / Add Delete and Edit actions for virtualization instances #10996
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #10996 +/- ##
==========================================
+ Coverage 82.00% 82.02% +0.02%
==========================================
Files 1615 1616 +1
Lines 56917 57004 +87
Branches 5891 5895 +4
==========================================
+ Hits 46677 46760 +83
- Misses 10240 10244 +4 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no need to extend instance-wizard for edit scenario. Creating and editing actions are sufficiently different for a new edit component to show in slide in.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Save Instance button is slightly misaligned with the rest of the form, otherwise looks goo d – I was able to edit and delete a container.
src/app/pages/virtualization/components/all-instances/instance-list/instance-list.component.ts
Outdated
Show resolved
Hide resolved
...rtualization/components/instance-wizard/select-image-dialog/select-image-dialog.component.ts
Outdated
Show resolved
Hide resolved
src/app/pages/virtualization/components/instance-wizard/instance-wizard.component.ts
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
This PR has been merged and conversations have been locked. |
Testing:
See ticket.
I fixed initial list instances loading as well, it didn't work correctly.
Known issue: Auto-start is always TRUE (unchangeable) -> William is notified about it
Result:
Screen.Recording.2024-11-07.at.12.31.09.mov