mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
generalizing class which is ignored when trying to drag the host-event-modal
it was only applied to .CodeMirror, which is only used by the JSON tab
This commit is contained in:
parent
5f3b4575de
commit
774a3da7f4
@ -112,7 +112,7 @@
|
||||
minWidth: 600
|
||||
});
|
||||
$('.modal-dialog').draggable({
|
||||
cancel: '.CodeMirror'
|
||||
cancel: '.HostEvent-view--container'
|
||||
});
|
||||
|
||||
function resize(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user