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 links to atom jobs in the atom state renderers #9

Merged
merged 3 commits into from
Dec 9, 2022

Commits on Dec 2, 2022

  1. Fix links to atom jobs in the atom state renderers

    Without using the UrlHelper, the link to _Atom details_ could be wrong and lead to HTTP 404 errors.
    
    For example, it would point to http://localhost:5000/jobs/atoms/10119 instead of http://localhost:5000/hangfire/jobs/atoms/10119 when using the default `app.UseHangfireDashboard()` method that maps the Hangfire dashboard on `/hangfire`.
    0xced committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    59cd5e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    af17f6f View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    a766e3a View commit details
    Browse the repository at this point in the history