Skip to content

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

@nemesifier

Description

@nemesifier

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions