Skip to content

Commit ed4054e

Browse files
add feedback to set standard filter default to off and to outline the Suggest Fix button
Signed-off-by: mbiebel <[email protected]>
1 parent bf6191e commit ed4054e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SBOM-Catalog/public/filters.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
- name: Standards
3-
enabled: true
3+
enabled: false
44
description: Filter to distinguish between SBOM standards like SPDX and CycloneDx
55

66
- name: License

SBOM-Catalog/src/components/detail-enumeration.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ const createGitHubIssue = () => {
4242
<div v-if="store.selectedObject">
4343
<div v-if="store.selectedObject" class="flex justify-content-between align-items-center m-2">
4444
<PButton
45-
icon="pi pi-github"
45+
icon="pi pi-github" outlined
4646
label="Suggest Fix"
47-
class="p-button-sm p-button-text p-button-rounded"
47+
class="p-button-sm p-button-rounded"
4848
@click="createGitHubIssue"
4949
severity="secondary"
5050
/>

0 commit comments

Comments
 (0)