Database
+Download the current SQLite file for backup or offline inspection.
+ +User Management
+Loading users...
+ } + else if (!Workspace.State.IsCurrentUserAdmin) + { +Admin role is required to manage users.
+ } + else if (Workspace.State.AdminUsers.Count == 0) + { +No users found.
+ } + else + { +-
+ @foreach (var user in Workspace.State.AdminUsers)
+ {
+
-
+ + @user.Username ++
@user.DisplayName
+Roles: @(user.Roles.Count == 0 ? "none" : string.Join(", ", user.Roles))
++ + ++
+ }
+