Skip to content

Commit 272e1d6

Browse files
authored
feat(threatshield): geo blocking enabled for threat shield ip (#777)
1 parent ec2c822 commit 272e1d6

7 files changed

Lines changed: 711 additions & 4 deletions

File tree

src/components/standalone/security/threat_shield/BlocklistTab.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ onMounted(() => {
160160
<NeEmptyState
161161
v-if="!isThreatShieldEnabled"
162162
:title="t('standalone.threat_shield.threat_shield_disabled')"
163+
:description="t('standalone.threat_shield.threat_shield_disabled_description')"
163164
:icon="['fas', 'shield']"
164165
class="pb-8"
165166
><NeButton

0 commit comments

Comments
 (0)