Skip to content

Commit 06945b7

Browse files
Updated notification groups
Signed-off-by: Steve Springett <[email protected]>
1 parent 079a890 commit 06945b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/views/administration/notifications/Alerts.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,13 @@
140140
<div class="list-group" v-if="this.scope === 'PORTFOLIO'">
141141
<b-form-checkbox-group id="checkbox-group-notify-on" v-model="notifyOn">
142142
<div class="list-group-item"><b-form-checkbox value="NEW_VULNERABILITY">NEW_VULNERABILITY</b-form-checkbox></div>
143-
<div class="list-group-item"><b-form-checkbox value="NEW_VULNERABLE_DEPENDENCY">NEW_VULNERABLE_DEPENDENCY</b-form-checkbox></div>
143+
<!-- <div class="list-group-item"><b-form-checkbox value="NEW_VULNERABLE_DEPENDENCY">NEW_VULNERABLE_DEPENDENCY</b-form-checkbox></div> -->
144144
<div class="list-group-item"><b-form-checkbox value="PROJECT_AUDIT_CHANGE">PROJECT_AUDIT_CHANGE</b-form-checkbox></div>
145145
<div class="list-group-item"><b-form-checkbox value="BOM_CONSUMED">BOM_CONSUMED</b-form-checkbox></div>
146146
<div class="list-group-item"><b-form-checkbox value="BOM_PROCESSED">BOM_PROCESSED</b-form-checkbox></div>
147+
<div class="list-group-item"><b-form-checkbox value="VEX_CONSUMED">VEX_CONSUMED</b-form-checkbox></div>
148+
<div class="list-group-item"><b-form-checkbox value="VEX_PROCESSED">VEX_PROCESSED</b-form-checkbox></div>
149+
<div class="list-group-item"><b-form-checkbox value="POLICY_VIOLATION">POLICY_VIOLATION</b-form-checkbox></div>
147150
</b-form-checkbox-group>
148151
</div>
149152
<div class="list-group" v-if="this.scope === 'SYSTEM'">

0 commit comments

Comments
 (0)