add policy id

This commit is contained in:
Caleb Doxsey 2024-06-04 21:20:47 +00:00
parent 3fcce1d9ef
commit 7c09b0fda8

View file

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