mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 19:35:24 +00:00
Compare commits
4 Commits
v4.10.14-l
...
v3.6.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7208883ec7 | ||
|
|
4adf765773 | ||
|
|
dbea97e445 | ||
|
|
8723081ba6 |
@@ -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)
|
||||
})
|
||||
})
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user