mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
console.js: Filter dialog position by justme1968 (Forum #38553)
git-svn-id: https://svn.fhem.de/fhem/trunk@8841 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
336db1fa52
commit
bd233928cf
@ -60,6 +60,8 @@ consStart()
|
||||
'</div>');
|
||||
|
||||
$('#evtfilterdlg').dialog({ modal:true,
|
||||
position:{ my: "left top", at: "right bottom",
|
||||
of: this, collision: "flipfit" },
|
||||
close:function(){$('#evtfilterdlg').remove();},
|
||||
buttons:[
|
||||
{ text:"Cancel", click:function(){ $(this).dialog('close'); }},
|
||||
|
Loading…
x
Reference in New Issue
Block a user