Made create vm modal non responsive to escape key press
This commit is contained in:
parent
8c2fd03082
commit
fa6901e679
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue