-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove dependency angular-datatables and datatables.net #1119
Comments
Hi @yash013 , Please let us know when you have any questions. [1] https://cwiki.apache.org/confluence/display/STREAMPIPES/UI |
getting this error while doing setup even if my docker is running |
I downloaded desktop docker service and installed Docker-Compose also |
Can you please check if your docker setup works as expected. Once this works you must stop the docker contaiers of the release version and try to start the development environment as before. Cheers, |
sure. I try and get back to you |
what should i do now? |
Ah very cool! First we want to get rid of the library
in the editor directory. The CSS is imported in the file /scss/main.scss in line 22 ( The HTML template of the To see the component in the software you need to add a new adapter (e.g. Machine Data Simulator) and then click on the I hope this helps |
i am having difficulties in finding component for this table. where should we have to add CSS? |
Yes this is the component. When you remove the class |
done. please review the pull request |
Body
Description
The following dependencies should be removed from the package.json file:
angular-datatables
datatables.net
Currently we use this dependency in the
help.component
of the preview dialog and in themain.scss
file.As described in PR #1090, these can be removed and replaced with internal CSS.
Maybe it is even possible to remove the
datatables.net-dt
dependency as well.Remove dependency to library in the following components
Mentoring
As this ticket is marked as good first issue: one of @dominikriemer or @tenthe are happy to provide help for getting started, just tag (one of) them if you want to start working on this issue and need some help.
If you are familiar with Angular, this is a good issue to get started with UI development in StreamPipes.
StreamPipes Committer
I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.
The text was updated successfully, but these errors were encountered: