mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-10 01:10:29 +08:00
优化WAF CC2规则说明文字
This commit is contained in:
@@ -32,7 +32,7 @@ Vue.component("http-firewall-rule-label", {
|
|||||||
|
|
||||||
<!-- cc2 -->
|
<!-- cc2 -->
|
||||||
<span v-if="rule.param == '\${cc2}'">
|
<span v-if="rule.param == '\${cc2}'">
|
||||||
{{rule.checkpointOptions.period}}秒/{{rule.checkpointOptions.threshold}}请求
|
{{rule.checkpointOptions.period}}秒内请求数
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<!-- refererBlock -->
|
<!-- refererBlock -->
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ Vue.component("http-firewall-rules-box", {
|
|||||||
|
|
||||||
<!-- cc2 -->
|
<!-- cc2 -->
|
||||||
<span v-if="rule.param == '\${cc2}'">
|
<span v-if="rule.param == '\${cc2}'">
|
||||||
{{rule.checkpointOptions.period}}秒/{{rule.checkpointOptions.threshold}}请求
|
{{rule.checkpointOptions.period}}秒内请求数
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<!-- refererBlock -->
|
<!-- refererBlock -->
|
||||||
|
|||||||
Reference in New Issue
Block a user