mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -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:
@@ -112,7 +112,7 @@
|
|||||||
minWidth: 600
|
minWidth: 600
|
||||||
});
|
});
|
||||||
$('.modal-dialog').draggable({
|
$('.modal-dialog').draggable({
|
||||||
cancel: '.CodeMirror'
|
cancel: '.HostEvent-view--container'
|
||||||
});
|
});
|
||||||
|
|
||||||
function resize(){
|
function resize(){
|
||||||
|
|||||||
Reference in New Issue
Block a user