mirror of https://github.com/huashengdun/webssh
[feat/nkeum-dev] Fix: customize index.html
parent
ae7e20977b
commit
f524f463fc
|
@ -0,0 +1 @@
|
|||
*.html
|
|
@ -43,25 +43,25 @@
|
|||
<form id="connect" action="" method="post" enctype="multipart/form-data"{% if debug %} novalidate{% end %}>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<label for="Hostname">Hostname</label>
|
||||
<label for="Hostname"><b>Hostname</b></label>
|
||||
<input class="form-control" type="text" id="hostname" name="hostname" value="" required>
|
||||
</div>
|
||||
<div class="col">
|
||||
<label for="Port">Port</label>
|
||||
<label for="Port"><b>Port</b></label>
|
||||
<input class="form-control" type="number" id="port" name="port" placeholder="22" value="" min=1 max=65535>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<label for="Username">Username</label>
|
||||
<label for="Username"><b>Username</b>-Student/Professor</label>
|
||||
<input class="form-control" type="text" id="username" name="username" value="" required>
|
||||
</div>
|
||||
<div class="col">
|
||||
<label for="Password">Password</label>
|
||||
<label for="Password"><b>Password</b>(Default: qwer123!)</label>
|
||||
<input class="form-control" type="password" id="password" name="password" value="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<!-- <div class="row">
|
||||
<div class="col">
|
||||
<label for="Username">Private Key</label>
|
||||
<input class="form-control" type="file" id="privatekey" name="privatekey" value="">
|
||||
|
@ -78,7 +78,7 @@
|
|||
</div>
|
||||
<div class="col">
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<input type="hidden" id="term" name="term" value="xterm-256color">
|
||||
{% module xsrf_form_html() %}
|
||||
<button type="submit" class="btn btn-primary">Connect</button>
|
||||
|
|
Loading…
Reference in New Issue