summaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
authorchenjinsong <[email protected]>2024-05-20 11:26:59 +0800
committerchenjinsong <[email protected]>2024-05-20 11:26:59 +0800
commit284888863ec5c7b6448b3d2ea49d07c84e4b1885 (patch)
tree989590a84730a3362aa9863310ecedc82ec91e22 /src/views
parent5c4993cf1256efa1aab89de9e7891155de02d335 (diff)
fix: 恢复detection的policy显示24.01dev-24.01
Diffstat (limited to 'src/views')
-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>