Skip to content

Commit

Permalink
[Minor] Fix modal options
Browse files Browse the repository at this point in the history
that were changed since Boostrap 5.0
  • Loading branch information
moisseev committed Jun 1, 2023
1 parent cfb79b5 commit a4b7ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ <h6 class="card-title fw-bolder">HTTP requests timeout, ms</h6>
</div>

<!-- login modal -->
<div id="connectDialog" class="modal fade" data-backdrop="static" data-keyboard="false" role="dialog">
<div id="connectDialog" class="modal fade" data-bs-backdrop="static" data-bs-keyboard="false" role="dialog">
<div class="modal-dialog modal-sm modal-dialog-centered">
<div class="modal-content shadow">
<div class="modal-header text-secondary py-2">
Expand Down

0 comments on commit a4b7ab2

Please sign in to comment.