-
Notifications
You must be signed in to change notification settings - Fork 30
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
CNV-23381: Make necessary changes to VM details tabs #1026
CNV-23381: Make necessary changes to VM details tabs #1026
Conversation
@avivtur: This pull request references CNV-23381 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@@ -108,3 +109,6 @@ export const deleteVM = async (vm: V1VirtualMachine) => { | |||
resource: vm, | |||
}); | |||
}; | |||
|
|||
export const expandVirtualMachineSpec = async (vm: V1VirtualMachine) => |
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.
I think we should use expandVMSpec
to stay consistent with the other commands here.
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.
fixed thanks :)
5af34cb
to
91f36c2
Compare
Signed-off-by: Aviv Turgeman <aturgema@redhat.com>
91f36c2
to
36b53d2
Compare
@avivtur: This pull request references CNV-23381 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: avivtur, pcbailey The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Aviv Turgeman aturgema@redhat.com
📝 Description
** Fixing a crash of VM disks tab, and cancelling the pending changes for VMs with instancetype or preference section included in the VM YAML
🎥 Demo