WAF设置处增加文字提示

This commit is contained in:
GoEdgeLab
2021-08-16 10:03:44 +08:00
parent 96ce994a3a
commit 6b839f3414

View File

@@ -29,12 +29,13 @@ Vue.component("http-firewall-config-box", {
</td>
</tr>
<tr>
<td class="title">是否启用Web防火墙</td>
<td class="title">是否启用WAF</td>
<td>
<div class="ui checkbox">
<input type="checkbox" v-model="firewall.isOn"/>
<label></label>
</div>
<p class="comment">启用WAF之后各项WAF设置才会生效。</p>
</td>
</tr>
</tbody>