Update components.js

This commit is contained in:
GoEdgeLab
2022-03-16 22:48:04 +08:00
parent ca1d509327
commit 3351c6bb6a

View File

@@ -3340,7 +3340,7 @@ Vue.component("http-firewall-config-box", {
</td>
</tr>
<tr>
<td class="title">是否启用WAF</td>
<td class="title">启用WAF</td>
<td>
<div class="ui checkbox">
<input type="checkbox" v-model="firewall.isOn"/>
@@ -3847,7 +3847,7 @@ Vue.component("http-cache-config-box", {
</td>
</tr>
<tr>
<td class="title">启缓存</td>
<td class="title">启缓存</td>
<td>
<div class="ui checkbox">
<input type="checkbox" v-model="cacheConfig.isOn"/>