mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 19:35:24 +00:00
feat: mongodb 支持
This commit is contained in:
@@ -95,13 +95,13 @@ export const DATABASE = [
|
||||
category: DATABASE_CATEGORY,
|
||||
has: true,
|
||||
group: i18n.t('applications.NoSQLProtocol')
|
||||
},
|
||||
{
|
||||
name: MONGODB,
|
||||
title: i18n.t(`applications.applicationsType.${MONGODB}`),
|
||||
type: 'primary',
|
||||
category: DATABASE_CATEGORY
|
||||
}
|
||||
// {
|
||||
// name: MONGODB,
|
||||
// title: i18n.t(`applications.applicationsType.${MONGODB}`),
|
||||
// type: 'primary',
|
||||
// category: DATABASE_CATEGORY
|
||||
// }
|
||||
]
|
||||
|
||||
export const AppPlanDatabase = [
|
||||
|
||||
Reference in New Issue
Block a user