Skip to content
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

fix/download as image on network dashbaord #252

Merged
merged 1 commit into from
Jun 22, 2022

Conversation

aspedrosa
Copy link
Contributor

@aspedrosa aspedrosa commented Jun 21, 2022

Because on our Network Dashboard we are rendering some logos from a different domain, the download image feature fails because of CORS policy. The feature is working for both the landing page and Database Level dashboards.

image

To fix the issue I downloaded the images and uploaded them into the repository. Then we just need to change the src attribute of the img tags to static/assets/dashboards_images/network_dashboard/[image]

@joaorafaelalmeida joaorafaelalmeida merged commit 48d30be into dev Jun 22, 2022
@joaorafaelalmeida joaorafaelalmeida deleted the fix/download_image_not_working branch June 22, 2022 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants