mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-16 08:17:45 +00:00
feat: 改密计划支持MongoDB改密
This commit is contained in:
parent
42fab92237
commit
e16a775037
@ -89,6 +89,14 @@ export const DATABASE = [
|
||||
type: 'primary',
|
||||
category: DATABASE_CATEGORY,
|
||||
has: hasLicence
|
||||
},
|
||||
{
|
||||
name: MONGODB,
|
||||
title: i18n.t(`applications.applicationsType.${MONGODB}`),
|
||||
type: 'primary',
|
||||
category: DATABASE_CATEGORY,
|
||||
has: hasLicence,
|
||||
group: i18n.t('applications.NoSQLProtocol')
|
||||
}
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user