优化界面

This commit is contained in:
刘祥超
2021-08-16 14:44:32 +08:00
parent 1da5d1094f
commit c2576f4c62
24 changed files with 25 additions and 28 deletions

View File

@@ -34,7 +34,7 @@
</tr>
</thead>
<tr v-for="policy in policies">
<td><keyword :v-word="keyword">{{policy.name}}</keyword></td>
<td><a :href="'/servers/components/waf/policy?firewallPolicyId=' + policy.id"><keyword :v-word="keyword">{{policy.name}}</keyword></a></td>
<td class="center">{{policy.countInbound}}</td>
<td class="center">{{policy.countOutbound}}</td>
<td class="center">{{policy.countClusters}}</td>