fix: show Oracle icon for oracle-10g driver profile
This commit is contained in:
parent
901976bdac
commit
e7c94f4991
|
|
@ -19,6 +19,8 @@ const assetIcons: Record<string, string> = {
|
|||
tidb: "tidb",
|
||||
elasticsearch: "elasticsearch",
|
||||
oracle: "oracle",
|
||||
"oracle-10g": "oracle",
|
||||
oracle_10g: "oracle",
|
||||
sqlserver: "sqlserver",
|
||||
oceanbase: "oceanbase",
|
||||
opengauss: "opengauss",
|
||||
|
|
|
|||
Loading…
Reference in New Issue