Jie TANG created FLINK-13149: -------------------------------- Summary: improve flink ui to make it easier to be used by other projects Key: FLINK-13149 URL: https://issues.apache.org/jira/browse/FLINK-13149 Project: Flink Issue Type: Improvement Components: Runtime / Web Frontend Affects Versions: 1.9.0 Reporter: Jie TANG Fix For: 1.9.0 Attachments: Architecture.png, snapshot-1.png, snapshot-2.png
The new web UI looks nice, but there are still some problems when I try to integrate it into the other frontend project, I think we can make some changes in order to make it easier to be customized. *These changes will not bring break changes and it will also not affect the user interface.* * Migrate the code for {{app.config.ts}} to {{config.service.ts}} to make it configurable in angular DI system. * Add property named {{JOB_PREFIX}} to {{config.service.ts}} for {{job.service.ts}} and {{metrics.service.ts}} to make them configurable * Add optional param to the url to hide menu and header to make it possible for users want to embed the flink ui as an iframe in other website * Update Angular version to 8.0 (no break changes) -- This message was sent by Atlassian JIRA (v7.6.3#76005)