mirror of https://github.com/huashengdun/webssh
Reformatted index.html
parent
bd4182c9e0
commit
630aace894
|
@ -21,39 +21,39 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<form id="connect" action="" type="post" enctype="multipart/form-data">
|
<form id="connect" action="" type="post" enctype="multipart/form-data">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<label for="Hostname">Hostname</label>
|
<label for="Hostname">Hostname</label>
|
||||||
<input class="form-control" type="text" name="hostname" value="">
|
<input class="form-control" type="text" name="hostname" value="">
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<label for="Port">Port</label>
|
<label for="Port">Port</label>
|
||||||
<input class="form-control" type="text" name="port" value="">
|
<input class="form-control" type="text" name="port" value="">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<label for="Username">Username</label>
|
<label for="Username">Username</label>
|
||||||
<input class="form-control" type="text" name="username" value="">
|
<input class="form-control" type="text" name="username" value="">
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<label for="Username">Private Key</label>
|
<label for="Username">Private Key</label>
|
||||||
<input class="form-control" type="file" name="privatekey" value="">
|
<input class="form-control" type="file" name="privatekey" value="">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<label for="Password">Password</label>
|
<label for="Password">Password</label>
|
||||||
<input class="form-control" type="password" name="password" placeholder="" value="">
|
<input class="form-control" type="password" name="password" placeholder="" value="">
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
If Private Key is chosen, password will be used to decrypt the Private Key if it is encrypted, otherwise used as the password of username.
|
If Private Key is chosen, password will be used to decrypt the Private Key if it is encrypted, otherwise used as the password of username.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% module xsrf_form_html() %}
|
{% module xsrf_form_html() %}
|
||||||
<button type="submit" class="btn btn-primary">Connect</button>
|
<button type="submit" class="btn btn-primary">Connect</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -62,7 +62,6 @@
|
||||||
<div id="terminal"></div>
|
<div id="terminal"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<script src="static/js/jquery.min.js"></script>
|
<script src="static/js/jquery.min.js"></script>
|
||||||
<script src="static/js/popper.min.js"></script>
|
<script src="static/js/popper.min.js"></script>
|
||||||
<script src="static/js/bootstrap.min.js"></script>
|
<script src="static/js/bootstrap.min.js"></script>
|
||||||
|
|
Loading…
Reference in New Issue