Skip to content

Hangfire.Dashboard.Dark shows the hangfire dashboard in a beautiful theme.

License

Notifications You must be signed in to change notification settings

vip32/Hangfire.Dashboard.Dark

Repository files navigation

Hangfire.Dashboard.Dark

Build Status NuGet

Hangfire.Dashboard.Dark shows the hangfire dashboard in a beautiful dark theme.

Features

dashboard

Setup

In .NET Core's Startup.cs:

public void ConfigureServices(IServiceCollection services)
{
    services.AddHangfire(config =>
    {
        ...
        config.UseDarkDashboard();
    });
}

Otherwise,

GlobalConfiguration.Configuration
    ...
    .UseDarkDashboard();

dashboard

About

Hangfire.Dashboard.Dark shows the hangfire dashboard in a beautiful theme.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages