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

[bug] Paths to some static images in CSS doesn't play well with other file storage systems #243

Closed
nemesifier opened this issue Jun 18, 2022 · 1 comment · Fixed by #244
Labels
bug Something isn't working

Comments

@nemesifier
Copy link
Member

These paths should be fixed:

.ow-notify-info {
background-image: url('/static/openwisp-notifications/images/icons/icon-info.svg');
}
.ow-notify-warning {
background-image: url('/static/openwisp-notifications/images/icons/icon-warning.svg');
}
.ow-notify-error {
background-image: url('/static/openwisp-notifications/images/icons/icon-error.svg');
}
.ow-notify-success {
background-image: url('/static/openwisp-notifications/images/icons/icon-success.svg');
}
.ow-notify-close {
background-image: url('/static/openwisp-notifications/images/icons/icon-close.svg');
}

@pandafy can you confirm whether you agree with this? It looks to me that with object storage these images are not shown.

@nemesifier nemesifier added the bug Something isn't working label Jun 18, 2022
@pandafy
Copy link
Member

pandafy commented Jun 20, 2022

Yes, you are correct @nemesisdesign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants