parent
7dbb890525
commit
6bba691f3f
2
vm.go
2
vm.go
|
@ -88,7 +88,7 @@ func createAddVmBox(b *gui.GuiButton) {
|
||||||
|
|
||||||
// gw.BoxMap["ADD VM" + name] = box
|
// gw.BoxMap["ADD VM" + name] = box
|
||||||
|
|
||||||
box := gui.CreateAddVmBox(gw, b, name)
|
box := gui.CreateGenericBox(gw, b, name)
|
||||||
|
|
||||||
// Add hostname entry box
|
// Add hostname entry box
|
||||||
hostname := gui.MakeEntryHbox(box, "Hostname:", "testhost", true, "Hostname")
|
hostname := gui.MakeEntryHbox(box, "Hostname:", "testhost", true, "Hostname")
|
||||||
|
|
Loading…
Reference in New Issue