Update index.html

pull/393/head
crazypeace 2023-11-13 02:40:40 +08:00 committed by GitHub
parent 1cf19c7186
commit c6bed4a679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@
{% 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>
<button type="reset" class="btn btn-danger">Reset</button> <button type="reset" class="btn btn-danger">Reset</button>
<button type="button" class="btn btn-info" id="sshlinkBtn">SSH Link</button>
<div id="sshlink"></div>
</form> </form>
</div> </div>