From d3eea5e69470d9624cb16fc5e97e53378564c9ea Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Tue, 17 Oct 2017 16:03:39 -0700 Subject: [PATCH] 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 --- .../client/src/job-results/host-event/host-event.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/job-results/host-event/host-event.controller.js b/awx/ui/client/src/job-results/host-event/host-event.controller.js index e8027e218e..330e581189 100644 --- a/awx/ui/client/src/job-results/host-event/host-event.controller.js +++ b/awx/ui/client/src/job-results/host-event/host-event.controller.js @@ -112,7 +112,7 @@ minWidth: 600 }); $('.modal-dialog').draggable({ - cancel: '.CodeMirror' + cancel: '.HostEvent-view--container' }); function resize(){