### What problem does this PR solve?

1. system monitor icon and text missing
2. Team knowledge base can't be search

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

---------

Signed-off-by: jinhai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2024-11-20 19:45:50 +08:00
committed by Yingfeng Zhang
parent 9b9afa9d6e
commit 8930bfcff8
3 changed files with 7 additions and 4 deletions

View File

@ -24,7 +24,7 @@ enum Status {
}
const TitleMap = {
es: 'Elasticsearch',
doc_store: 'Elasticsearch',
storage: 'Object Storage',
redis: 'Redis',
database: 'Database',
@ -33,7 +33,7 @@ const TitleMap = {
const IconMap = {
es: 'es',
storage: 'storage',
doc_store: 'storage',
redis: 'redis',
database: 'database',
};