mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-25 12:39:50 +02:00
add policy id
This commit is contained in:
parent
3fcce1d9ef
commit
7c09b0fda8
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