Skip to content

Commit

Permalink
feat: bump depends for xterm bootstrap popper
Browse files Browse the repository at this point in the history
  • Loading branch information
meramsey committed Feb 5, 2022
1 parent de512e5 commit 6be2d5a
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 24 deletions.
10 changes: 5 additions & 5 deletions wizardwebssh/static/css/bootstrap.min.css

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions wizardwebssh/static/css/xterm.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions wizardwebssh/static/js/bootstrap.bundle.min.js

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions wizardwebssh/static/js/bootstrap.min.js

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions wizardwebssh/static/js/xterm.min.js

Large diffs are not rendered by default.

15 changes: 6 additions & 9 deletions wizardwebssh/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,11 @@
<input class="form-control" type="password" id="password" name="password" value="">
</div>
</div>
<div class="row">
<div class="col">
<label for="privatekey">SSH Private Key</label>
<div class="custom-file">
<input type="file" class="custom-file-input form-control" id="privatekey">
<label class="custom-file-label" for="privatekey">Choose file</label>
<div class="row">
<div class="col">
<label for="privatekey">Private Key</label>
<input class="form-control" type="file" id="privatekey" name="privatekey" value="">
</div>
</div>
<div class="col">
<label for="Passphrase">Passphrase</label>
<input class="form-control" type="password" id="passphrase" name="passphrase" value="">
Expand All @@ -95,8 +92,8 @@
</div>

<script src="static/js/jquery.min.js"></script>
<script src="static/js/popper.min.js"></script>
<script src="static/js/bootstrap.min.js"></script>
{# <script src="static/js/popper.min.js"></script>#}
<script src="static/js/bootstrap.bundle.min.js"></script>
<script src="static/js/xterm.min.js"></script>
<script src="static/js/xterm-addon-fit.min.js"></script>
<script src="static/js/main.js"></script>
Expand Down

0 comments on commit 6be2d5a

Please sign in to comment.