From 7c09b0fda8ab86136cf8752a07b471089fccca13 Mon Sep 17 00:00:00 2001 From: Caleb Doxsey Date: Tue, 4 Jun 2024 21:20:47 +0000 Subject: [PATCH] add policy id --- ui/src/components/ErrorPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/ErrorPage.tsx b/ui/src/components/ErrorPage.tsx index e6613cc1b..72e179759 100644 --- a/ui/src/components/ErrorPage.tsx +++ b/ui/src/components/ErrorPage.tsx @@ -37,7 +37,7 @@ const PolicyEvaluationTraceDetails: FC = ({ )} - {trace.explanation || trace.id} + {trace.explanation || `Policy ID ${trace.id}`}