mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 20:40:26 +08:00
节点SSH密码和私钥均以掩码方式显示
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<tr>
|
||||
<td>SSH密码</td>
|
||||
<td><input type="password" name="password" maxlength="100"/>
|
||||
<p class="comment">SSH登录用户密码。</p> </td>
|
||||
<p class="comment">SSH登录用户密码。<mask-warning></mask-warning></p> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
<td>RSA私钥 *</td>
|
||||
<td>
|
||||
<file-textarea name="privateKey" spellcheck="false" placeholder="填入RSA私钥内容或者拖动私钥文件到当前框中"></file-textarea>
|
||||
<p class="comment">用来生成登录SSH公钥的私钥。</p>
|
||||
<p class="comment">用来生成登录SSH公钥的私钥。<mask-warning></mask-warning></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
4
web/views/@default/clusters/grants/grant.css
Normal file
4
web/views/@default/clusters/grants/grant.css
Normal file
@@ -0,0 +1,4 @@
|
||||
.CodeMirror-wrap pre {
|
||||
word-break: break-all !important;
|
||||
}
|
||||
/*# sourceMappingURL=grant.css.map */
|
||||
1
web/views/@default/clusters/grants/grant.css.map
Normal file
1
web/views/@default/clusters/grants/grant.css.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["grant.less"],"names":[],"mappings":"AAAA,gBAAiB;EAChB,qBAAA","file":"grant.css"}
|
||||
3
web/views/@default/clusters/grants/grant.less
Normal file
3
web/views/@default/clusters/grants/grant.less
Normal file
@@ -0,0 +1,3 @@
|
||||
.CodeMirror-wrap pre {
|
||||
word-break: break-all !important;
|
||||
}
|
||||
@@ -34,7 +34,7 @@
|
||||
<tr>
|
||||
<td>SSH密码</td>
|
||||
<td><input type="password" name="password" maxlength="100" v-model="grant.password"/>
|
||||
<p class="comment">SSH登录用户密码。</p> </td>
|
||||
<p class="comment">SSH登录用户密码。<mask-warning></mask-warning></p> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
<td>RSA私钥 *</td>
|
||||
<td>
|
||||
<file-textarea name="privateKey" v-model="grant.privateKey" spellcheck="false" placeholder="填入RSA私钥内容或者拖动私钥文件到当前框中"></file-textarea>
|
||||
<p class="comment">用来生成登录SSH公钥的私钥</p>
|
||||
<p class="comment">用来生成登录SSH公钥的私钥。<mask-warning></mask-warning></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user