Skip to content

Commit 61324c2

Browse files
committed
在WAF规则集动作中优化已删除IP名单提示
1 parent e9f70ec commit 61324c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/public/js/components/server/http-firewall-actions-box.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ Vue.component("http-firewall-actions-box", {
677677
<span v-if="config.code == 'post_307' && config.options.life > 0">:有效期{{config.options.life}}秒</span>
678678
679679
<!-- record_ip -->
680-
<span v-if="config.code == 'record_ip'">:{{config.options.ipListName}}</span>
680+
<span v-if="config.code == 'record_ip'">:<span :class="{red: config.options.ipListIsDeleted}">{{config.options.ipListName}}</span></span>
681681
682682
<!-- tag -->
683683
<span v-if="config.code == 'tag'">:{{config.options.tags.join(", ")}}</span>

0 commit comments

Comments
 (0)