WAF模式从pass改为bypass

This commit is contained in:
GoEdgeLab
2021-10-07 13:55:00 +08:00
parent 3748aa292e
commit 17b03ff76d
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@
<td class="center">
<span v-if="!policy.isOn" class="red">已停用</span>
<div v-else-if="policy.modeInfo != null">
<span :class="{green: policy.modeInfo.code == 'defend', blue: policy.modeInfo.code == 'observe', grey: policy.modeInfo.code == 'pass'}">{{policy.modeInfo.name}}</span>
<span :class="{green: policy.modeInfo.code == 'defend', blue: policy.modeInfo.code == 'observe', grey: policy.modeInfo.code == 'bypass'}">{{policy.modeInfo.name}}</span>
</div>
</td>
<td>