mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 02:01:01 -03:30
Merge pull request #461 from jaredevantabor/host-event-selecting
Fixing Host Event Modal Selecting
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
minWidth: 600
|
||||
});
|
||||
$('.modal-dialog').draggable({
|
||||
cancel: '.CodeMirror'
|
||||
cancel: '.HostEvent-view--container'
|
||||
});
|
||||
|
||||
function resize(){
|
||||
|
||||
Reference in New Issue
Block a user