节点选择集群时可以根据关键词搜索

This commit is contained in:
GoEdgeLab
2021-08-29 16:41:59 +08:00
parent 02f11764b6
commit f8420c758a
3 changed files with 23 additions and 5 deletions

View File

@@ -2,6 +2,17 @@
<h3>选择集群</h3>
<form class="ui form" method="get" action="/clusters/selectPopup">
<div class="ui fields inline">
<div class="ui field">
<input type="text" name="keyword" v-model="keyword" placeholder="名称..." ref="focus"/>
</div>
<div class="ui field">
<button type="submit" class="ui button">搜索</button>
</div>
</div>
</form>
<table class="ui table celled selectable">
<thead>
<tr>