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 event dest icons not loading when subpath is configured #3169

Merged
merged 2 commits into from
Dec 26, 2023

Conversation

prakashsvmx
Copy link
Member

fix event dest icons not loading when subpath is configured

fixes #3151
how does it look:
Screenshot from 2023-12-26 15-10-40

Copy link
Collaborator

@bexsoft bexsoft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dvaldivia dvaldivia merged commit 939e2ac into minio:master Dec 26, 2023
30 checks passed
@@ -48,65 +47,69 @@ export class DestType {
static Func: string = "functions";
}

const getImgBaseURL = () => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we could use ${document.baseURI} directly instead of this function

cesnietor pushed a commit to cesnietor/console that referenced this pull request Jan 12, 2024
cesnietor pushed a commit to cesnietor/console that referenced this pull request Jan 12, 2024
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.

Using nginx proxy, adding event page icon is missing
3 participants