summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/views/detections/Index.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/detections/Index.vue b/src/views/detections/Index.vue
index 6a97a3d1..12eaa2ed 100644
--- a/src/views/detections/Index.vue
+++ b/src/views/detections/Index.vue
@@ -4,7 +4,7 @@
<div class="explorer-top-tools explorer-detection-top-tools">
<div class="explorer-top-tools-title">{{$t('overall.detections')}}</div>
<div style="display: flex">
- <div class="explorer-top-tools-block" @click="jumpNewDetetion" v-if="false">
+ <div class="explorer-top-tools-block" @click="jumpNewDetetion">
<i class="cn-icon cn-icon-configure-policies detection-icon-setting"></i>
<span>{{$t('config.detections.configurePolicies')}}</span>
</div>