kumaradityaraj opened a new pull request, #3261: URL: https://github.com/apache/incubator-kie-tools/pull/3261
# Parameterize Logo and Links for DI and JS Webapps **Issue:** [apache/incubator-kie-tools#3241](https://github.com/apache/incubator-kie-tools/issues/3241) **Related Thread:** kubesmarts#141 (review) --- ## Summary This PR parameterizes configuration values for both **Kogito Data Index Webapp** and **Kogito Jobs Service Webapp**, making them consistent with how it's already implemented in `packages/sonataflow-management-console-webapp/env/index.js`. The following elements are now configurable: - **Logo** - **Title** - **Documentation Link** (both `href` and `text`) --- ## Implementation Details To achieve this, the setup has been aligned with the configuration used in: - [`webpack.config.js#L99`](https://github.com/apache/incubator-kie-tools/blob/main/packages/runtime-tools-process-dev-ui-webapp/webpack.config.js#L99) - [`resources/index.html#L52`](https://github.com/apache/incubator-kie-tools/blob/main/packages/runtime-tools-process-dev-ui-webapp/resources/index.html#L52) This ensures a consistent and flexible way to parameterize UI assets and links across the different webapps. --- ## Screenshots <img width="1512" height="863" alt="Screenshot 2025-08-29 at 12 29 12 PM" src="https://github.com/user-attachments/assets/5e0788d6-fb0e-4baf-80e3-5b5a5ab72747" /> <img width="1512" height="863" alt="Screenshot 2025-08-29 at 12 29 37 PM" src="https://github.com/user-attachments/assets/8d93d54d-503f-481f-b14e-f657dcaaa53e" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
