luci-app-shadowsocks-libev: hide key, password value in instance overview 1289/head
authorYousong Zhou <yszhou4tech@gmail.com>
Tue, 8 Aug 2017 03:20:20 +0000 (11:20 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Tue, 8 Aug 2017 03:25:22 +0000 (11:25 +0800)
This is mainly for ss_server section

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
applications/luci-app-shadowsocks-libev/luasrc/model/shadowsocks-libev.lua

index 63f7ba3..0a14f33 100644 (file)
@@ -156,6 +156,9 @@ function cfgvalue_overview_(sdata, lines, names)
        for _, n in ipairs(names) do
                local v = sdata[n]
                if v ~= nil then
        for _, n in ipairs(names) do
                local v = sdata[n]
                if v ~= nil then
+                       if n == "key" or n == "password" then
+                               v = translate("<hidden>")
+                       end
                        local fv = "<var>%s</var>" % ut.pcdata(v)
                        if sdata[".type"] ~= "ss_server" and n == "server" then
                                fv = '<a class="label" href="%s">%s</a>' % {
                        local fv = "<var>%s</var>" % ut.pcdata(v)
                        if sdata[".type"] ~= "ss_server" and n == "server" then
                                fv = '<a class="label" href="%s">%s</a>' % {