@page "/server-config" @attribute [Authorize] @inherits AuthComponentBase @if (User.IsServerAdmin) {

Server Info


@AgentHub.ServiceConnections.Count

@(OutdatedDevices?.Count() ?? 0)

@TotalDevices

Server Admins


Show my organization only
Show current admins only

@foreach (var user in UserList) {
@user.UserName
}

Application Settings



















































Must be edited in appsettings.json.

Connection Strings







} else {
Only organization administrators can view this page.
}