We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf6191e commit ed4054eCopy full SHA for ed4054e
SBOM-Catalog/public/filters.yaml
@@ -1,6 +1,6 @@
1
---
2
- name: Standards
3
- enabled: true
+ enabled: false
4
description: Filter to distinguish between SBOM standards like SPDX and CycloneDx
5
6
- name: License
SBOM-Catalog/src/components/detail-enumeration.vue
@@ -42,9 +42,9 @@ const createGitHubIssue = () => {
42
<div v-if="store.selectedObject">
43
<div v-if="store.selectedObject" class="flex justify-content-between align-items-center m-2">
44
<PButton
45
- icon="pi pi-github"
+ icon="pi pi-github" outlined
46
label="Suggest Fix"
47
- class="p-button-sm p-button-text p-button-rounded"
+ class="p-button-sm p-button-rounded"
48
@click="createGitHubIssue"
49
severity="secondary"
50
/>
0 commit comments