Skip to content

Commit

Permalink
Add ref_id field to audit detail view
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Nov 25, 2024
1 parent 85826c0 commit 0713bc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
<div class="flex flex-col space-y-4 whitespace-pre-line">
<div class="card px-6 py-4 bg-white flex flex-row justify-between shadow-lg w-full">
<div class="flex flex-col space-y-2 whitespace-pre-line w-1/5 pr-1">
{#each Object.entries(data.compliance_assessment).filter( ([key, _]) => ['name', 'description', 'project', 'framework', 'authors', 'reviewers', 'status', 'selected_implementation_groups'].includes(key) ) as [key, value]}
{#each Object.entries(data.compliance_assessment).filter( ([key, _]) => ['ref_id', 'name', 'description', 'project', 'framework', 'authors', 'reviewers', 'status', 'selected_implementation_groups'].includes(key) ) as [key, value]}
<div class="flex flex-col">
<div
class="text-sm font-medium text-gray-800 capitalize-first"
Expand Down

0 comments on commit 0713bc8

Please sign in to comment.