新创建WAF时增加默认选项

This commit is contained in:
GoEdgeLab
2022-05-21 20:00:39 +08:00
parent 809fb96996
commit 683863b327
8 changed files with 117 additions and 132 deletions

View File

@@ -16,7 +16,7 @@ Vue.component("http-firewall-captcha-options", {
uiTitle: "",
uiPrompt: "",
uiButtonTitle: "",
uiShowRequestId: false,
uiShowRequestId: true,
uiCss: "",
uiFooter: "",
uiBody: "",
@@ -130,7 +130,7 @@ Vue.component("http-firewall-captcha-options", {
<input type="text" style="width: 5em" maxlength="9" v-model="options.maxFails" @keyup.enter="confirm()" @keypress.enter.prevent="1"/>
<span class="ui label">次</span>
</div>
<p class="comment">如果为空或者为0表示不限制。</p>
<p class="comment">允许用户失败尝试的最多次数,超过这个次数将被自动加入黑名单。如果为空或者为0表示不限制。</p>
</td>
</tr>
<tr>