Skip to content

Commit

Permalink
added PROJECT_CREATED to available alerts
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Zeman <zeman@puzzle.ch>
  • Loading branch information
KramNamez committed Feb 1, 2023
1 parent b7ae854 commit 6e4322b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/administration/notifications/Alerts.vue
Expand Up @@ -178,6 +178,7 @@
<div class="list-group-item"><b-form-checkbox value="VEX_CONSUMED">VEX_CONSUMED</b-form-checkbox></div>
<div class="list-group-item"><b-form-checkbox value="VEX_PROCESSED">VEX_PROCESSED</b-form-checkbox></div>
<div class="list-group-item"><b-form-checkbox value="POLICY_VIOLATION">POLICY_VIOLATION</b-form-checkbox></div>
<div class="list-group-item"><b-form-checkbox value="PROJECT_CREATED">PROJECT_CREATED</b-form-checkbox></div>
</b-form-checkbox-group>
</div>
<div class="list-group" v-if="this.scope === 'SYSTEM'">
Expand Down

0 comments on commit 6e4322b

Please sign in to comment.