Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
102b179c
"examples/pytorch/vscode:/vscode.git/clone" did not exist on "8c71f3f86d1c555ea6c464fcdb67b3448838092f"
Unverified
Commit
102b179c
authored
Jun 23, 2023
by
lollilol
Committed by
GitHub
Jun 23, 2023
Browse files
change password input field to type=password (#2427)
parent
6785f5d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Plugson/www/plugson_password.html
Plugson/www/plugson_password.html
+1
-1
No files found.
Plugson/www/plugson_password.html
View file @
102b179c
...
...
@@ -164,7 +164,7 @@
}
function
CommonPasswordEntry
(
tbl
,
name
,
cn
,
en
)
{
var
tr
=
'
<tr><td>
'
+
name
+
'
</td><td><input type="
text
" class="form-control" id="id_
'
+
name
+
'
" disabled="disabled"/></td>
'
+
var
tr
=
'
<tr><td>
'
+
name
+
'
</td><td><input type="
password
" class="form-control" id="id_
'
+
name
+
'
" disabled="disabled"/></td>
'
+
'
<td><button id="id_btn_set_
'
+
name
+
'
" class="btn btn-primary btn-sm btn-add CommPwdSetBtn"><span class="fa fa-edit"></span><span id="id_span_edit"></span></button>
'
+
'
<button id="id_btn_clr_
'
+
name
+
'
" class="btn btn-danger btn-sm btn-del CommPwdClearBtn"><span class="fa fa-trash"></span><span id="id_span_clear"></span></button></td>
'
+
'
<td><span id="id_span_desc_cn">
'
+
cn
+
'
</span>
'
+
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment