优化文字

This commit is contained in:
GoEdgeLab
2022-03-16 17:07:46 +08:00
parent 07b9afd7d3
commit c223468d44
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,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"/>

View File

@@ -29,7 +29,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"/>