From da39f2b6f5e0cd1bd90f7cb400f511140fbcf270 Mon Sep 17 00:00:00 2001 From: Jyrki Keisala Date: Tue, 5 Nov 2024 13:15:54 +0200 Subject: [PATCH] feat(ui): Very small UI tweak Signed-off-by: Jyrki Keisala --- .../_layout/runs/$runIndex/rule-violations/index.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ui/src/routes/_layout/organizations/$orgId/products/$productId/repositories/$repoId/_layout/runs/$runIndex/rule-violations/index.tsx b/ui/src/routes/_layout/organizations/$orgId/products/$productId/repositories/$repoId/_layout/runs/$runIndex/rule-violations/index.tsx index 970f17430..a5e31f371 100644 --- a/ui/src/routes/_layout/organizations/$orgId/products/$productId/repositories/$repoId/_layout/runs/$runIndex/rule-violations/index.tsx +++ b/ui/src/routes/_layout/organizations/$orgId/products/$productId/repositories/$repoId/_layout/runs/$runIndex/rule-violations/index.tsx @@ -134,12 +134,14 @@ type Props = { }; const RuleViolationDetailsComponent = ({ details }: Props) => { return ( - + {details.rule} {details?.message} -
+
License:
{details.license}
License source: