feat(ui, gateway): integrate admin dashboard with vite multi-app#4687
Merged
gustavosbarreto merged 1 commit intomasterfrom Mar 25, 2025
Merged
feat(ui, gateway): integrate admin dashboard with vite multi-app#4687gustavosbarreto merged 1 commit intomasterfrom
gustavosbarreto merged 1 commit intomasterfrom
Conversation
388874f to
b992fc2
Compare
In this commit, the admin dashboard has been adapted for enterprise instances in the project's original UI repository. - Updated vite.config to support building two projects. - Modified vitest.config to ensure tests for both projects use the same configuration. - Added the entire source code of the instance administration dashboard to the project. - Updated the gateway configuration to support both UI instances simultaneously.
b992fc2 to
9aba675
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces support for Enterprise Instance Dashboard in the project's original UI repository by integrating a multi-app setup using Vite. The changes ensure that both the standard and enterprise versions of the Admin Dashboard can coexist seamlessly.
Changes
How to Test
Build & Run
e.g:
Run Tests
eg:
Validate Gateway Behavior
Additional Notes
This update is critical for supporting enterprise deployments while maintaining compatibility with the existing UI and maintaining the same version of node modules.