File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
pkg/sbombastic-image-vulnerability-scanner/components Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export default {
55
55
this .preprocessedDataset = this .preprocessData (this .rows );
56
56
console .log (" this.preprocessedDataset" , this .preprocessedDataset );
57
57
58
- const vulReport = await this .$store .dispatch (' cluster/findAll' , {type: " storage.sbombastic.rancher.io.vulnerabilityreport " })
58
+ const vulReport = await this .$store .dispatch (' cluster/findAll' , {type: RESOURCE . VULNERABILITY_REPORT });
59
59
60
60
const cveId = this .$route .params .id ;
61
61
@@ -258,20 +258,20 @@ export default {
258
258
class =" severity-badge"
259
259
/>
260
260
</div >
261
- <div class =" filter-dropdown" >
262
- <LabeledSelect
263
- v-model:value =" selectedImageFilter"
264
- :options =" imageFilterOptions"
265
- :close-on-select =" true"
266
- :multiple =" false"
267
- />
268
- </div >
269
- <div >
270
- <button class =" btn role-primary" >
271
- <i class =" icon icon-download" ></i >
272
- {{ t('imageScanner.images.downloadReport') }}
273
- </button >
274
- </div >
261
+ <!-- <div class="filter-dropdown"> -- >
262
+ <!-- <LabeledSelect-->
263
+ <!-- v-model:value="selectedImageFilter"-->
264
+ <!-- :options="imageFilterOptions"-->
265
+ <!-- :close-on-select="true"-->
266
+ <!-- :multiple="false"-->
267
+ <!-- /> -- >
268
+ <!-- </div> -- >
269
+ <!-- <div> -- >
270
+ <!-- <button class="btn role-primary"> -- >
271
+ <!-- <i class="icon icon-download"></i> -- >
272
+ <!-- {{ t('imageScanner.images.downloadReport') }}-->
273
+ <!-- </button> -- >
274
+ <!-- </div> -- >
275
275
276
276
</div >
277
277
<!-- description -->
You can’t perform that action at this time.
0 commit comments