tenthe commented on issue #1119: URL: https://github.com/apache/streampipes/issues/1119#issuecomment-1402092576
Ah very cool! First we want to get rid of the library `datatables.net`. The CSS of this library is currently used in two components - `PipelineElementPreviewComponent` - `HelpComponent` in the editor directory. The CSS is imported in the file /scss/main.scss in line 22 (`@import '~datatables.net-dt/css/jquery.dataTables.css';`). The HTML template of the `HelpComponent` uses the `dataTable` class to render a table. You need to remove the library and provide some CSS to render the table properly. To see the component in the software you need to add a new adapter (e.g. Machine Data Simulator) and then click on the `?` in the pipeline editor to see the live data. I hope this helps -- 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]
