Merge pull request #3297 from jumpserver/pr@dev@perf_tmp_passwd_icon

perf: 修改临时密码的 icon
This commit is contained in:
老广 2023-07-31 10:53:48 +08:00 committed by GitHub
commit 11698255f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View File

@ -1611,7 +1611,7 @@
"LDAPUser": "LDAP 用户",
"helpText": {
"TempPassword": "临时密码有效期为 300 秒,使用后立刻失效",
"ApiKeyList": "使用api key签名请求头每个请求的头部是不一样的, 请查阅使用文档",
"ApiKeyList": "使用 Api key 签名请求头进行认证,每个请求的头部是不一样的, 相对于 Token 方式,更加安全,请查阅文档使用",
"ConnectionTokenList": "连接令牌是将身份验证和连接资产结合起来使用的一种认证信息支持用户一键登录到资产目前支持的组件包括KoKo、Lion、Magnus、Razor 等",
"authLdapSearchFilter": "可能的选项是(cn或uid或sAMAccountName=%(user)s)",
"authLdapSearchOu": "使用|分隔各OU",

View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg width="32" height="32" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="7" y="22.0476" width="34" height="22" rx="2" fill="none" stroke="#616266" stroke-width="4" stroke-linejoin="round"/><path d="M14 22V14.0047C13.9948 8.87022 17.9227 4.56718 23.0859 4.05117C28.249 3.53516 32.9673 6.97408 34 12.0059" stroke="#616266" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M24 30V36" stroke="#616266" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>

After

Width:  |  Height:  |  Size: 564 B

View File

@ -19,7 +19,7 @@
v-if="$store.getters.publicSettings.AUTH_TEMP_TOKEN && $hasPerm('authentication.view_temptoken')"
command="tempPassword"
>
<svg-icon class="icon" icon-class="personal" />
<svg-icon class="icon" icon-class="unlock-one" />
{{ $t('common.nav.TempPassword') }}
</el-dropdown-item>
<el-dropdown-item v-if="$hasPerm('authentication.view_connectiontoken')" command="connectionToken">

View File

@ -24,8 +24,8 @@ export default {
},
deploy_options: {
fields: [
'CORE_HOST', 'IGNORE_VERIFY_CERTS', 'RDS_Licensing', 'RDS_LicenseServer', 'RDS_LicensingMode',
'RDS_fSingleSessionPerUser', 'RDS_MaxDisconnectionTime',
'CORE_HOST', 'IGNORE_VERIFY_CERTS', 'RDS_Licensing', 'RDS_LicenseServer',
'RDS_LicensingMode', 'RDS_fSingleSessionPerUser', 'RDS_MaxDisconnectionTime',
'RDS_RemoteAppLogoffTimeLimit'
],
fieldsMeta: {