feat: add Logs
This commit is contained in:
@@ -13,6 +13,8 @@ public static class ScreenCatalog
|
||||
new("users", "Users", "/users"),
|
||||
new("permissions", "Permissions", "/settings/permission"),
|
||||
new("masterdata", "Master Data", "/settings/masterdata"),
|
||||
new("actionlogs", "Action Logs", "/settings/actionlogs"),
|
||||
new("loginlogs", "Login Logs", "/settings/loginlogs"),
|
||||
];
|
||||
|
||||
public static readonly IReadOnlySet<string> Keys = Screens.Select(s => s.Key).ToHashSet();
|
||||
|
||||
Reference in New Issue
Block a user