Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
qiwentaidi committed Nov 9, 2024
1 parent bb3f9f6 commit 336b429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/Permeation/Webscan.vue
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ async function showPocDetail(filename: string) {
</el-form-item>
<div v-if="config.webscanOption == 3">
<el-form-item label="指定漏洞:">
<el-select-v2 v-model="customTemplate" :options="allTemplate" placeholder="可选择1-10个漏,不选择全扫"
<el-select-v2 v-model="customTemplate" :options="allTemplate" placeholder="可选择1-10个漏洞"
filterable multiple clearable :multiple-limit="10" v-if="!templateLoading" />
<span v-else>Loading templates...</span>
</el-form-item>
Expand Down

0 comments on commit 336b429

Please sign in to comment.