Skip to content

Commit

Permalink
show id in proxy edit page
Browse files Browse the repository at this point in the history
  • Loading branch information
ffdfgdfg committed Oct 5, 2020
1 parent 720f842 commit b5c0b4d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions web/views/index/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@ <h3 class="ibox-title" langtag="page-edit"></h3>
<script>
var arr = []
arr["all"] = ["port", "target", "password", "local_path", "strip_pre", "local_proxy"]
arr["tcp"] = ["port", "target", "local_proxy"]
arr["udp"] = ["port", "target", "local_proxy"]
arr["socks5"] = ["port"]
arr["httpProxy"] = ["port"]
arr["secret"] = ["target", "password"]
arr["p2p"] = ["target", "password"]
arr["file"] = ["port", "local_path", "strip_pre"]
arr["tcp"] = ["client_id", "port", "target", "local_proxy"]
arr["udp"] = ["client_id", "port", "target", "local_proxy"]
arr["socks5"] = ["client_id", "port"]
arr["httpProxy"] = ["client_id", "port"]
arr["secret"] = ["client_id", "target", "password"]
arr["p2p"] = ["client_id", "target", "password"]
arr["file"] = ["client_id", "port", "local_path", "strip_pre"]

function resetForm() {
$(".form-group[id]").css("display", "none");
Expand Down

0 comments on commit b5c0b4d

Please sign in to comment.