dodu2014 / Hangfire.Dashboard.Dark

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:C# 100.0%