File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
client/src/components/pipelines Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 4747 </v-card-text >
4848
4949 <table style =" width : 100% ;" v-if =" vulnSummary.unknown != undefined" >
50- <tr >
51- <td title =" UNKNOWN" class =" vuln-summary severity-unknown" >{{ vulnSummary.unknown }}<br >UNKNOWN</td >
52- <td title =" LOW" class =" vuln-summary severity-low" >{{ vulnSummary.low }}<br >LOW</td >
53- <td title =" MEDIUM" class =" vuln-summary severity-medium" >{{ vulnSummary.medium }}<br >MEDIUM</td >
54- <td title =" HIGH" class =" vuln-summary severity-high" >{{ vulnSummary.high }}<br >HIGH</td >
55- <td title =" CRITICAL" class =" vuln-summary severity-critical" >{{ vulnSummary.critical }}<br >CRITICAL</td >
56- <td title =" TOTAL" class =" vuln-summary severity-total" >{{ vulnSummary.total }}<br >TOTAL</td >
57- </tr >
50+ <tbody >
51+ <tr >
52+ <td title =" UNKNOWN" class =" vuln-summary severity-unknown" >{{ vulnSummary.unknown }}<br >UNKNOWN</td >
53+ <td title =" LOW" class =" vuln-summary severity-low" >{{ vulnSummary.low }}<br >LOW</td >
54+ <td title =" MEDIUM" class =" vuln-summary severity-medium" >{{ vulnSummary.medium }}<br >MEDIUM</td >
55+ <td title =" HIGH" class =" vuln-summary severity-high" >{{ vulnSummary.high }}<br >HIGH</td >
56+ <td title =" CRITICAL" class =" vuln-summary severity-critical" >{{ vulnSummary.critical }}<br >CRITICAL</td >
57+ <td title =" TOTAL" class =" vuln-summary severity-total" >{{ vulnSummary.total }}<br >TOTAL</td >
58+ </tr >
59+ </tbody >
5860 </table >
5961
6062 <v-divider ></v-divider >
You can’t perform that action at this time.
0 commit comments