mirror of
https://github.com/unraid/webgui.git
synced 2026-01-04 00:19:57 -06:00
feat: ui dialog responsiveness
This commit is contained in:
@@ -63,9 +63,9 @@ function popupWithIframe(title, cmd, reload, func) {
|
||||
$('#iframe-popup').dialog({
|
||||
autoOpen:true,
|
||||
title:title,
|
||||
height: 600,
|
||||
width: 900,
|
||||
draggable:true,
|
||||
height: 'auto',
|
||||
width: 'auto',
|
||||
draggable: false,
|
||||
resizable:true,
|
||||
modal:true,
|
||||
open:function(ev, ui){
|
||||
|
||||
Reference in New Issue
Block a user