VM manager: display and dialog fixes

This commit is contained in:
bergware
2023-10-25 22:50:25 +02:00
parent 6734542fac
commit 9bd92dca96
@@ -157,7 +157,7 @@ function getisoimageboth(uuid,dev,bus,file,dev2,bus2,file2){
});
box.dialog({
title: "_(Select ISOs for CDROMs)_",
height: 630,
height: 530,
width: 900,
resizable: false,
modal: true,
@@ -189,7 +189,7 @@ function getisoimage(uuid,dev,bus,file){
});
box.dialog({
title: "_(Select ISO)_",
height: 630,
height: 530,
width: 900,
resizable: false,
modal: true,