If it helps, that's what I added in the AppNavigationProvider Class:
).AddItem(new MenuItemDefinition(
PageNames.App.Host.Hangfire,
L("Hangfire"),
url: "/hangfire",
icon: "icon-wrench",
target:"_blank",
requiredPermissionName: AppPermissions.Pages_Administration_HangfireDashboard
)
Hi all,
I'm trying to use Hangfire with ASPNET Zero and after activating it I can reach the control panel when I manually write the url: /hangfire.
Is it any way to integrate in the Menu System of the dashboard?
I've changed the AppNavigationProviced class to set the proper values but I suppose that I have to change the App.js file... but it's not rerouted... how should I do it?