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

This commit is contained in:
刘祥超
2021-08-29 16:41:59 +08:00
parent 502ce4e414
commit df9df94bb8
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>