diff --git a/vm.go b/vm.go index aab8572..4312be7 100644 --- a/vm.go +++ b/vm.go @@ -88,7 +88,7 @@ func createAddVmBox(b *gui.GuiButton) { // gw.BoxMap["ADD VM" + name] = box - box := gui.CreateAddVmBox(gw, b, name) + box := gui.CreateGenericBox(gw, b, name) // Add hostname entry box hostname := gui.MakeEntryHbox(box, "Hostname:", "testhost", true, "Hostname")