File tree 3 files changed +84
-77
lines changed
3 files changed +84
-77
lines changed Original file line number Diff line number Diff line change 65
65
{#if scores [level as keyof typeof scores ] > 0 }
66
66
<div class =" label-item" >
67
67
<span class ="label-dot {level }" ></span >
68
- {capitalizeFirstLetter (level )}: {summary [level as keyof typeof summary ]}
68
+ {capitalizeFirstLetter (level )}: {summary [
69
+ level as keyof typeof summary
70
+ ]} (x5)
69
71
</div >
70
72
{/if }
71
73
{/each }
112
114
.label-item {
113
115
display : flex ;
114
116
align-items : center ;
117
+
115
118
font-size : 0.9rem ;
116
119
}
117
120
Original file line number Diff line number Diff line change 97
97
</ul >
98
98
</BodyShort >
99
99
{/if }
100
+
101
+ {#if workloadsVulnerable ?.length === 0 && workloadWithoutSbom ?.length === 0 }
102
+ <BodyShort >All workloads have a registered SBOM and an acceptable risk score.</BodyShort >
103
+ {/if }
100
104
<!--{#if $TeamOverview.data?.team.workloads.edges}
101
105
{#each $TeamOverview.data.team.workloads.edges as workload (workload.node.id)}
102
106
{#if workload.node.status.errors.length > 0}
190
194
}
191
195
.two-columns {
192
196
display : grid ;
193
- grid-template-columns : 200 px 1fr ;
197
+ grid-template-columns : 270 px 1fr ;
194
198
gap : var (--spacing-layout );
195
199
}
196
200
/* .workloads-grid {
You can’t perform that action at this time.
0 commit comments