@using ZB.MOM.WW.ScadaBridge.Commons.Entities.Audit @using ZB.MOM.WW.ScadaBridge.Commons.Types.Enums @* Audit Log drilldown drawer (#23 M7 Bundle C / M7-T4..T8). Right-side Bootstrap offcanvas-style drawer hosted by the Audit Log page. The drawer owns only the offcanvas chrome (backdrop, header, Close buttons); the single-AuditEvent detail body is delegated to , which is shared with the execution-tree node-detail modal. *@ @if (IsOpen && Event is not null) {
Audit event
Audit Event @ShortEventId(Event.EventId)
@* Single-row detail body + action buttons — shared component. *@
@* Close button kept at the bottom per form-layout memory. *@
}