mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-30 23:09:23 +02:00
parent
503966a577
commit
4eda7479ce
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ const PolicyEvaluationTraceDetails: FC<PolicyEvaluationTraceDetailsProps> = ({
|
||||||
)}
|
)}
|
||||||
</TableCell>
|
</TableCell>
|
||||||
<TableCell>
|
<TableCell>
|
||||||
<Markdown>{trace.explanation || trace.id}</Markdown>
|
<Markdown>{trace.explanation || `Policy ID ${trace.id}`}</Markdown>
|
||||||
</TableCell>
|
</TableCell>
|
||||||
<TableCell>
|
<TableCell>
|
||||||
<Markdown>
|
<Markdown>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue