@page "/audit/configuration" @using ZB.MOM.WW.ScadaBridge.Security @using ZB.MOM.WW.ScadaBridge.CentralUI.Components @using ZB.MOM.WW.ScadaBridge.Commons.Entities.Audit @using ZB.MOM.WW.ScadaBridge.Commons.Interfaces.Repositories @attribute [Authorize(Policy = AuthorizationPolicies.OperationalAudit)] @inject ICentralUiRepository CentralUiRepository @inject NavigationManager Nav @inject IJSRuntime JS
@bundleId.ToString()[..8]
| Timestamp | User | Action | Entity Type | Entity ID | Entity Name | State |
|---|---|---|---|---|---|---|
| No audit entries found. | ||||||
| @entry.User | @entry.Action | @entry.EntityType |
@if (!string.IsNullOrEmpty(entry.EntityId))
{
@entityIdShort…
}
else
{
—
}
|
@entry.EntityName | @if (hasState) { if (isLarge) { } else { } } else { — } | |
@FormatJson(entry.AfterStateJson!) |
||||||