From fa6901e679635fd7bb0a107ef2cb6d7ae0c40b8b Mon Sep 17 00:00:00 2001 From: "M.Ravi" <mondi.ravi@gmail.com> Date: Fri, 15 Sep 2017 17:55:35 +0200 Subject: [PATCH] Made create vm modal non responsive to escape key press --- hosting/templates/hosting/order_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosting/templates/hosting/order_detail.html b/hosting/templates/hosting/order_detail.html index bcb10a62..05a4e08a 100644 --- a/hosting/templates/hosting/order_detail.html +++ b/hosting/templates/hosting/order_detail.html @@ -146,7 +146,7 @@ </div> <!-- Create VM Modal --> <div class="modal fade" id="createvm-modal" tabindex="-1" role="dialog" - aria-labelledby="createvm_label" aria-hidden="true"> + aria-hidden="true" data-backdrop="static" data-keyboard="false"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header">