No pending secured writes.
+ } + else + { +| Site | +Connection | +Tag | +Value | +Type | +Operator | +Submitted | +Actions | +
|---|---|---|---|---|---|---|---|
| @row.SiteId | +@row.ConnectionName | +@row.TagPath |
+ @row.ValueJson | +@row.ValueType | +@row.OperatorUser | +@row.SubmittedAtUtc.ToString("u") | ++ @if (isOwn) + { + your submission + } + + + | +
No completed secured writes.
+ } + else + { +| Site | +Connection | +Tag | +Value | +Status | +Operator | +Verifier | +Submitted | +Decided | +Executed | +Error | +
|---|---|---|---|---|---|---|---|---|---|---|
| @row.SiteId | +@row.ConnectionName | +@row.TagPath |
+ @row.ValueJson | +@row.Status | +@row.OperatorUser | +@(row.VerifierUser ?? "—") | +@row.SubmittedAtUtc.ToString("u") | +@(row.DecidedAtUtc?.ToString("u") ?? "—") | +@(row.ExecutedAtUtc?.ToString("u") ?? "—") | +@(row.ExecutionError ?? "") | +