1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00

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:
Jared Tabor 2017-10-17 16:03:39 -07:00
parent 8fd9fea113
commit d3eea5e694

View File

@ -112,7 +112,7 @@
minWidth: 600
});
$('.modal-dialog').draggable({
cancel: '.CodeMirror'
cancel: '.HostEvent-view--container'
});
function resize(){