mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
#11143 Fix auto width modal
This commit is contained in:
parent
b16260f08c
commit
f934d72af9
@ -609,9 +609,9 @@ $infoHeadTitle = '';
|
|||||||
opacity: 0.5,
|
opacity: 0.5,
|
||||||
background: "black"
|
background: "black"
|
||||||
},
|
},
|
||||||
width: 650,
|
width: "auto",
|
||||||
height: 500
|
height: 500
|
||||||
})
|
}).css({"min-width": "650px"})
|
||||||
.show ();
|
.show ();
|
||||||
refresh_pagination_callback(module_id, id_agent, server_name, module_name);
|
refresh_pagination_callback(module_id, id_agent, server_name, module_name);
|
||||||
datetime_picker_callback();
|
datetime_picker_callback();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user