mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-18 01:01:31 +00:00
feat: 改密计划支持MongoDB改密
This commit is contained in:
parent
42fab92237
commit
e16a775037
@ -89,6 +89,14 @@ export const DATABASE = [
|
|||||||
type: 'primary',
|
type: 'primary',
|
||||||
category: DATABASE_CATEGORY,
|
category: DATABASE_CATEGORY,
|
||||||
has: hasLicence
|
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