* Adjust zanode password display content.

This commit is contained in:
caoyanyi
2024-03-04 17:27:06 +08:00
parent f605b66124
commit 5e2e75808d
+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)