openxenmanager icon indicating copy to clipboard operation
openxenmanager copied to clipboard

Fix Create VM wizard

Open TwoWheelDev opened this issue 11 years ago • 0 comments

From: https://sourceforge.net/p/openxenmanager/bugs/8/ The Create VM wizard needs a bit of TLC.

  • Back functionality is broken.
  • Setting initial vCPU and memory values does not work.
  • The title never updates from "Select an OS for this VM"
  • Wizard is dependent on the host which is selected in the main tree. If you click on a different host, then it tries to the VM on that host instead. It should store this in its own variable.
  • etc.

The wizard needs to be moved into its own class, and the dialog should be made modal.

TwoWheelDev avatar Jun 14 '14 16:06 TwoWheelDev