This is an automated email from the ASF dual-hosted git repository.
klesh pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
from a89d05b20 feat(config-ui): adjust env config (#6744)
add f3b8ab3d7 feat(config-ui): support path prefix (#6745)
No new revisions were added by this update.
Summary of changes:
config-ui/env.example | 1 +
config-ui/src/app/routrer.tsx | 10 ++++--
config-ui/src/components/page-header/index.tsx | 12 +++----
config-ui/src/config/index.ts | 1 +
config-ui/src/config/paths.ts | 39 ++++++++++++++++++++++
.../pages/blueprint/connection-detail/index.tsx | 19 ++++-------
.../blueprint/detail/blueprint-detail-page.tsx | 7 ++--
.../pages/blueprint/detail/configuration-panel.tsx | 12 +++----
.../src/pages/blueprint/detail/status-panel.tsx | 4 +--
config-ui/src/pages/blueprint/home/index.tsx | 12 +++----
config-ui/src/pages/project/detail/index.tsx | 5 +--
.../src/pages/project/detail/settings-panel.tsx | 5 +--
config-ui/src/pages/project/home/index.tsx | 10 +++---
.../plugins/components/connection-list/index.tsx | 5 +--
config-ui/src/routes/api-keys/api-keys.tsx | 3 +-
config-ui/src/routes/connection/connection.tsx | 9 ++---
config-ui/src/routes/connection/connections.tsx | 5 +--
.../routes/error/components/exception/index.tsx | 4 ++-
.../error/components/needs-db-migrate/index.tsx | 3 +-
.../src/routes/error/components/offline/index.tsx | 4 +--
config-ui/src/routes/layout/config.tsx | 14 ++++----
config-ui/src/routes/layout/layout.tsx | 3 +-
config-ui/src/routes/pipeline/pipeline.tsx | 5 +--
config-ui/src/routes/pipeline/pipelines.tsx | 5 +--
config-ui/src/vite-env.d.ts | 1 +
25 files changed, 125 insertions(+), 73 deletions(-)
create mode 100644 config-ui/src/config/paths.ts