mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-02 20:30:43 +00:00
show id in proxy edit page
This commit is contained in:
parent
720f842d4b
commit
b5c0b4d895
@ -115,13 +115,13 @@
|
|||||||
<script>
|
<script>
|
||||||
var arr = []
|
var arr = []
|
||||||
arr["all"] = ["port", "target", "password", "local_path", "strip_pre", "local_proxy"]
|
arr["all"] = ["port", "target", "password", "local_path", "strip_pre", "local_proxy"]
|
||||||
arr["tcp"] = ["port", "target", "local_proxy"]
|
arr["tcp"] = ["client_id", "port", "target", "local_proxy"]
|
||||||
arr["udp"] = ["port", "target", "local_proxy"]
|
arr["udp"] = ["client_id", "port", "target", "local_proxy"]
|
||||||
arr["socks5"] = ["port"]
|
arr["socks5"] = ["client_id", "port"]
|
||||||
arr["httpProxy"] = ["port"]
|
arr["httpProxy"] = ["client_id", "port"]
|
||||||
arr["secret"] = ["target", "password"]
|
arr["secret"] = ["client_id", "target", "password"]
|
||||||
arr["p2p"] = ["target", "password"]
|
arr["p2p"] = ["client_id", "target", "password"]
|
||||||
arr["file"] = ["port", "local_path", "strip_pre"]
|
arr["file"] = ["client_id", "port", "local_path", "strip_pre"]
|
||||||
|
|
||||||
function resetForm() {
|
function resetForm() {
|
||||||
$(".form-group[id]").css("display", "none");
|
$(".form-group[id]").css("display", "none");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user