Compare commits

...

4 Commits

Author SHA1 Message Date
fit2bot
7208883ec7 feat: Update v3.6.1 2023-08-18 20:59:04 +08:00
老广
4adf765773 Merge pull request #3358 from jumpserver/pr@v3.6@add_tips
perf: 添加 DOMAINS 不设置 报错的提示
2023-08-18 15:03:13 +08:00
ibuler
dbea97e445 perf: 添加 DOMAINS 不设置 报错的提示 2023-08-18 07:02:10 +00:00
feng
8723081ba6 perf: vault 为企业版 2023-08-17 16:17:16 +05:00
5 changed files with 1630 additions and 1624 deletions

1
GITSHA Normal file
View File

@@ -0,0 +1 @@
4adf7657731854117c5236b33fea01e2e284a735

View File

@@ -64,6 +64,9 @@ const actions = {
changeThemeColors(themeColors)
resolve(response)
}).catch(error => {
if (error.response && error.response.status === 400) {
alert('自 v3.6 版本开始,要求配置可信任域名或主机,否则无法正常使用, 查看: https://github.com/jumpserver/jumpserver/releases/tag/v3.6.0')
}
reject(error)
})
})

View File

@@ -58,6 +58,8 @@
background: url('./icons/switch.png') no-repeat center left transparent;
}
&.k8s_ico_open,
&.k8s_ico_close,
&.k8s_ico_docu {
background: url('./icons/k8s.png') center left no-repeat;
}

View File

@@ -35,7 +35,7 @@ export default {
{
title: this.$t('setting.AccountStorage'),
name: 'Vault',
hidden: !this.$hasPerm('settings.change_vault')
hidden: !this.$hasPerm('settings.change_vault') || !this.$store.getters.hasValidLicense
}
]
}

3246
yarn.lock

File diff suppressed because it is too large Load Diff