Removed hangfire. Added TickerQ
This commit is contained in:
@@ -4,12 +4,12 @@ public static class UiConstants
|
||||
{
|
||||
public static readonly string[] AdminNavNames =
|
||||
[
|
||||
"Overview", "Customisation", "Files", "Hangfire", "Advanced", "Diagnose"
|
||||
"Overview", "Customisation", "Files", "Advanced", "Diagnose"
|
||||
];
|
||||
|
||||
public static readonly string[] AdminNavLinks =
|
||||
[
|
||||
"/admin/system", "/admin/system/customisation", "/admin/system/files", "/admin/system/hangfire",
|
||||
"/admin/system", "/admin/system/customisation", "/admin/system/files",
|
||||
"/admin/system/advanced", "/admin/system/diagnose"
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user