add sub menu for PostgreSQL layer (#140)

This commit is contained in:
Fine0830
2022-08-22 21:48:02 +08:00
committed by GitHub
parent adb457d660
commit 2fd5fb9b1e
5 changed files with 24 additions and 0 deletions

View File

@@ -52,4 +52,6 @@ export const RoutesMap: { [key: string]: string } = {
KubernetesServiceActiveTabIndex: "K8S_SERVICE",
MySQL: "MYSQL",
MySQLActiveTabIndex: "MYSQL",
PostgreSQL: "PostgreSQL",
PostgreSQLActiveTabIndex: "PostgreSQL",
};