Added hangfire. Implemented hangfire statistics. Updated lucide icons
This commit is contained in:
@@ -2,6 +2,14 @@ namespace Moonlight.Client;
|
||||
|
||||
public static class UiConstants
|
||||
{
|
||||
public static readonly string[] AdminNavNames = ["Overview", "Theme", "Files", "Advanced"];
|
||||
public static readonly string[] AdminNavLinks = ["/admin/system", "/admin/system/theme", "/admin/system/files", "/admin/system/advanced"];
|
||||
public static readonly string[] AdminNavNames =
|
||||
[
|
||||
"Overview", "Theme", "Files", "Hangfire", "Advanced"
|
||||
];
|
||||
|
||||
public static readonly string[] AdminNavLinks =
|
||||
[
|
||||
"/admin/system", "/admin/system/theme", "/admin/system/files", "/admin/system/hangfire",
|
||||
"/admin/system/advanced"
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user