mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-05 17:30:30 +00:00
修改添加系统用户,用户名说明文案
修改添加系统用户,用户名说明文案
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
<label for="role_name" class="col-sm-2 control-label">用户名称<span class="red-fonts">*</span></label>
|
||||
<div class="col-sm-8">
|
||||
<input id="role_name" name="role_name" placeholder="Role Name" type="text" class="form-control">
|
||||
<span class="help-block m-b-none">如果客户端是网络设备,填写已配置的SSH登录用户,支持SSH协议V2.0以上 </span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="hr-line-dashed"></div>
|
||||
@@ -44,7 +45,7 @@
|
||||
<label for="role_password" class="col-sm-2 control-label">用户密码</label>
|
||||
<div class="col-sm-8">
|
||||
<input id="role_password" name="role_password" placeholder="Role Password" type="password" class="form-control">
|
||||
<span class="help-block m-b-none">如果客户端是网络设备这里必填,仅支持SSH协议V2.0以上,如果客户端是服务器,密码不会被推送,不会修改客户端原有的用户密码,请忽略这里</span>
|
||||
<span class="help-block m-b-none">如果客户端是网络设备这里必填,如果客户端是服务器,密码不会被推送,不会修改客户端原有的用户密码,请忽略这里</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
Reference in New Issue
Block a user