This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git
The following commit(s) were added to refs/heads/main by this push:
new ffabc7c Fix a typo about PostgreSQL Monitoring. (#141)
ffabc7c is described below
commit ffabc7c7a7510fd2dbec80bff66888b9b6f35a2b
Author: yswdqz <[email protected]>
AuthorDate: Mon Aug 22 23:21:27 2022 +0800
Fix a typo about PostgreSQL Monitoring. (#141)
---
src/constants/data.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/constants/data.ts b/src/constants/data.ts
index 70b290e..6068d22 100644
--- a/src/constants/data.ts
+++ b/src/constants/data.ts
@@ -52,6 +52,6 @@ export const RoutesMap: { [key: string]: string } = {
KubernetesServiceActiveTabIndex: "K8S_SERVICE",
MySQL: "MYSQL",
MySQLActiveTabIndex: "MYSQL",
- PostgreSQL: "PostgreSQL",
- PostgreSQLActiveTabIndex: "PostgreSQL",
+ PostgreSQL: "POSTGRESQL",
+ PostgreSQLActiveTabIndex: "POSTGRESQL",
};