mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-04 21:50:28 +08:00
优化代码/创建服务的时候可以保存SSL证书信息
This commit is contained in:
@@ -108,11 +108,11 @@ Vue.component("http-cache-config-box", {
|
||||
</table>
|
||||
|
||||
<div v-show="isOn()">
|
||||
<table class="ui table selectable" v-show="cacheConfig.cacheRefs.length > 0">
|
||||
<table class="ui table selectable celled" v-show="cacheConfig.cacheRefs.length > 0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>条件</th>
|
||||
<th>缓存时间</th>
|
||||
<th class="width10">缓存时间</th>
|
||||
<th class="two op">操作</th>
|
||||
</tr>
|
||||
<tr v-for="(cacheRef, index) in cacheConfig.cacheRefs">
|
||||
|
||||
Reference in New Issue
Block a user