WAF策略列表支持搜索

This commit is contained in:
GoEdgeLab
2021-06-07 08:58:54 +08:00
parent aafd17ea05
commit c58e338c13
3 changed files with 57 additions and 35 deletions

View File

@@ -6,6 +6,7 @@
<a href="" class="item" @click.prevent="createPolicy()">[创建]</a>
</first-menu>
<!-- 搜索 -->
<div class="margin"></div>
<form class="ui form" method="get" action="/servers/components/cache">
<div class="ui fields inline">
@@ -18,7 +19,7 @@
</div>
</form>
<!-- 列表 -->
<p class="comment" v-if="cachePolicies == null || cachePolicies.length == 0">暂时还没有缓存策略。</p>
<table class="ui table selectable celled" v-if="cachePolicies != null && cachePolicies.length > 0">
<thead>