Skip to content

Commit 1d70354

Browse files
committed
fix: add trino logo and description
1 parent a8d9ee7 commit 1d70354

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

public/config/app.config.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
"system": {
7070
"menuIcon": "fas fa-cogs"
7171
},
72+
"interactive query": {
73+
"menuIcon": "fa-solid fa-database"
74+
},
7275
"default": {
7376
"menuIcon": "fa-solid fa-cubes"
7477
}
@@ -140,6 +143,12 @@
140143
"description": "cert-manager adds certificates and certificate issuers as resource types in Kubernetes clusters, and simplifies the process of obtaining, renewing and using those certificates.",
141144
"home": "https://cert-manager.io/"
142145
},
146+
"trino": {
147+
"icon": "trino.png",
148+
"menuIcon": "fa-solid fa-magnifying-glass-chart",
149+
"description": "Fast distributed SQL query engine for big data analytics that helps you explore your data universe.",
150+
"home": "https://trino.io/"
151+
},
143152
"tools": {
144153
"icon": "okdp-notext.svg",
145154
"menuIcon": "fas fa-tools",

public/images/trino.png

23.2 KB
Loading

0 commit comments

Comments
 (0)