kubevirt / web-ui

OpenShift Cluster Console UI
https://www.openshift.org
Apache License 2.0
26 stars 11 forks source link

Display correct migration options in kebab #364

Closed pcbailey closed 5 years ago

pcbailey commented 5 years ago

This PR corrects an issue where when a VM is migrating, the "Migrate Virtual Machine" option continued to display in the kebab menu and the "Cancel Virtual Machine Migration" option was not displayed.

This was caused by different values being used for the key name. Menu-actions expects the key name to be "VirtualMachineInstanceMigration", but was receiving "migrations" and wasn't able to locate the list of migrations.

Bug: https://bugzilla.redhat.com/1698944