mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-18 06:40:25 +08:00
单个节点支持多个DNS线路
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</second-menu>
|
||||
|
||||
<p class="comment" v-if="cachePolicies == null || cachePolicies.length == 0">暂时还没有缓存策略。</p>
|
||||
<table class="ui table selectable" v-if="cachePolicies != null && cachePolicies.length > 0">
|
||||
<table class="ui table selectable celled" v-if="cachePolicies != null && cachePolicies.length > 0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>策略名称</th>
|
||||
|
||||
Reference in New Issue
Block a user