mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-07 23:30:26 +08:00
优化文字
This commit is contained in:
@@ -69,7 +69,7 @@ Vue.component("http-cache-config-box", {
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="title">开启缓存</td>
|
<td class="title">启用缓存</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="ui checkbox">
|
<div class="ui checkbox">
|
||||||
<input type="checkbox" v-model="cacheConfig.isOn"/>
|
<input type="checkbox" v-model="cacheConfig.isOn"/>
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ Vue.component("http-firewall-config-box", {
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="title">是否启用WAF</td>
|
<td class="title">启用WAF</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="ui checkbox">
|
<div class="ui checkbox">
|
||||||
<input type="checkbox" v-model="firewall.isOn"/>
|
<input type="checkbox" v-model="firewall.isOn"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user