Skip to content

Commit

Permalink
🐛 Add broken webui dependency (#737)
Browse files Browse the repository at this point in the history
Add broken webui dependency

Signed-off-by: Mauro Morales <[email protected]>

Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales authored Jan 26, 2023
1 parent 67c60b8 commit 7b79808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/webui/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h1>Welcome to the Installer!</h1>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="/node_modules/jquery/dist/jquery.slim.min.js" crossorigin="anonymous"></script>
<script src="/node_modules/popper.js/dist/umd/popper.min.js" crossorigin="anonymous"></script>
<script src="/node_modules/@popperjs/core/dist/umd/popper.min.js" crossorigin="anonymous"></script>
<script src="/node_modules/bootstrap/dist/js/bootstrap.min.js" crossorigin="anonymous"></script>

<footer class="bg-light py-3 mt-5 d-flex justify-content-center">
Expand Down

0 comments on commit 7b79808

Please sign in to comment.