mirror of
https://github.com/unraid/webgui.git
synced 2026-05-06 20:30:50 -05:00
VM manager: display and dialog fixes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user