mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/sky22333/ansible-ui
synced 2026-09-20 08:03:57 +08:00
优化认证方式的提示
This commit is contained in:
@@ -563,7 +563,7 @@ function MainPage() {
|
||||
</div>
|
||||
</TooltipTrigger>
|
||||
<TooltipContent>
|
||||
<p>{useKeyAuth ? '新添加的主机将使用SSH密钥认证' : '新添加的主机将使用密码认证'}</p>
|
||||
<p>{useKeyAuth ? '新添加的主机将使用 /root/.ssh/id_rsa 路径的密钥认证' : '新添加的主机将使用密码认证'}</p>
|
||||
</TooltipContent>
|
||||
</Tooltip>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user