feat: 改密计划支持MongoDB改密

This commit is contained in:
jiangweidong 2022-08-22 17:57:15 +08:00 committed by 老广
parent 42fab92237
commit e16a775037

View File

@ -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')
}
]