Skip to content

Commit

Permalink
feat(frontend): 资源池统计视图 TencentBlueKing#6519
Browse files Browse the repository at this point in the history
  • Loading branch information
JustaCattt authored and jinquantianxia committed Sep 23, 2024
1 parent 606c37f commit 38fd81c
Show file tree
Hide file tree
Showing 6 changed files with 3,550 additions and 3,547 deletions.
2 changes: 1 addition & 1 deletion dbm-ui/frontend/src/common/const/clusterTypeInfos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const redis: InfoType = {
const bigdata: InfoType = {
[ClusterTypes.ES]: {
id: ClusterTypes.ES,
name: 'ES',
name: 'ElasticSearch',
dbType: DBTypes.ES,
moduleId: 'bigdata',
machineList: [
Expand Down
4 changes: 2 additions & 2 deletions dbm-ui/frontend/src/common/const/dbTypeInfos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const sqlserver: InfoType = {
const bigdata: InfoType = {
[DBTypes.ES]: {
id: DBTypes.ES,
name: 'ES',
name: 'ElasticSearch',
moduleId: 'bigdata',
},
[DBTypes.KAFKA]: {
Expand Down Expand Up @@ -84,7 +84,7 @@ const bigdata: InfoType = {
moduleId: 'bigdata',
},
};
export const DBTypeInfos: RequiredInfoType = {
export const DBTypeInfos = {
...mysql,
...redis,
...mongo,
Expand Down
Loading

0 comments on commit 38fd81c

Please sign in to comment.