mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-23 19:49:13 +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>
|
||||
<Markdown>{trace.explanation || trace.id}</Markdown>
|
||||
<Markdown>{trace.explanation || `Policy ID ${trace.id}`}</Markdown>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<Markdown>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue