* Adjust zanode password display content.

This commit is contained in:
caoyanyi
2024-03-05 10:22:39 +08:00
parent 2c3f4e4070
commit 5ffdf878f8
+1 -1
View File
@@ -154,7 +154,7 @@ function pwdCopy()
function pwdShow()
{
var pwd = $('#pwd-copy').text();
var pwd = $('#pwd-copy').val();
var pwdStar = "******".padEnd(pwd.length, '*')
var html = $('.btn-pwd-show').html()
if(html.indexOf('icon-eye-off') != -1)