Skip to content

Commit

Permalink
bugfix:节点管理新建任务插件输入表单屏蔽认证密钥
Browse files Browse the repository at this point in the history
  • Loading branch information
yovafeng committed Oct 15, 2021
1 parent 8f79f98 commit cc16529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
},
{
tag_code: "auth_key",
type: "input",
type: "password",
attrs: {
name: gettext("认证密钥"),
width: "100px",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
},
{
tag_code: "auth_key",
type: "textarea",
type: "password",
attrs: {
name: gettext("认证密钥"),
width: "400px",
Expand Down

0 comments on commit cc16529

Please sign in to comment.