core/ui: add policy id (#5127)

add policy id
This commit is contained in:
Caleb Doxsey 2024-06-04 17:16:26 -06:00 committed by GitHub
parent 503966a577
commit 4eda7479ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>