可以使用集群搜索WAF策略、缓存策略

This commit is contained in:
GoEdgeLab
2022-01-11 15:46:47 +08:00
parent 3b1d3ab964
commit 12bcd76453
4 changed files with 26 additions and 12 deletions

View File

@@ -10,13 +10,16 @@
<div class="margin"></div>
<form class="ui form" method="get" action="/servers/components/cache">
<div class="ui fields inline">
<div class="ui field">
<node-cluster-combo-box :v-cluster-id="clusterId"></node-cluster-combo-box>
</div>
<div class="ui field">
<input type="text" name="keyword" v-model="keyword" placeholder="策略名称..."/>
</div>
<div class="ui field">
<button type="submit" class="ui button">搜索</button>
&nbsp;
<a :href="Tea.url('.')" v-if="keyword.length > 0">[清除条件]</a>
<a :href="Tea.url('.')" v-if="keyword.length > 0 || clusterId > 0">[清除条件]</a>
</div>
</div>
</form>