bugfix: doris icon broken (#949)

Co-authored-by: 一帆 <zhang.f@digitalcnzz.com>
This commit is contained in:
Fan
2023-12-18 21:04:19 +08:00
committed by GitHub
parent 511a43b849
commit 6739993b94
3 changed files with 3 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ export const dbMapper: Record<DBType, { label: string; icon: string; desc: strin
oracle: { label: 'Oracle', icon: '/icons/oracle.png', desc: 'Robust, scalable, secure relational database widely used in enterprises.' },
access: { label: 'Access', icon: '/icons/access.png', desc: 'Easy-to-use relational database for small-scale applications by Microsoft.' },
mongodb: { label: 'MongoDB', icon: '/icons/mongodb.png', desc: 'Flexible, scalable NoSQL document database for web and mobile apps.' },
doris: { label: 'ApacheDoris', icon: '/icons/doris.png', desc: 'A new-generation open-source real-time data warehouse.' },
starrocks: { label: 'StarRocks', icon: '/icons/starrocks.png', desc: 'An Open-Source, High-Performance Analytical Database.' },
db2: { label: 'DB2', icon: '/icons/db2.png', desc: 'Scalable, secure relational database system developed by IBM.' },
hbase: { label: 'HBase', icon: '/icons/hbase.png', desc: 'Distributed, scalable NoSQL database for large structured/semi-structured data.' },