@cryptotaxi247 / CoPilot / commits / 82d2d4a2

commented-out Wazuh rule exclusion button from AlertActions component (#528)

taylor_socfortress committed Nov 14, 2025 at 08:57 UTC 82d2d4a2204db72357508ad1e9b770b74fe95786
1 file changed +2 -2
frontend/src/components/alerts/AlertActions.vue
+2 -2
@@ -38,7 +38,7 @@
38 </template>
39 Ask SOCFortress
40 </n-button>
41 - <n-button
41 + <!-- <n-button
42 v-if="isWazuhRulesVisible"
43 :loading="loadingWazuhRuleExclude"
44 secondary
@@ -49,7 +49,7 @@
49 <Icon :name="RulesIcon"></Icon>
50 </template>
51 Exclude Rule in Wazuh
52 - </n-button>
52 + </n-button> -->
53
54 <n-modal
55 v-model:show="showSocResponse"