SSL/TLS选择证书增加关键词搜索

This commit is contained in:
刘祥超
2021-05-23 20:54:17 +08:00
parent 0053949bc0
commit 48012072d7
2 changed files with 24 additions and 5 deletions

View File

@@ -1,6 +1,20 @@
{$layout "layout_popup"}
<h3>选择证书</h3>
<!-- 搜索表单 -->
<form class="ui form" action="/servers/certs/selectPopup">
<div class="ui fields inline">
<div class="ui field">
<input type="text" name="keyword" v-model="keyword" placeholder="域名、说明文字等"/>
</div>
<div class="ui field">
<button class="ui button" type="submit">搜索</button>
</div>
</div>
</form>
<!-- 证书列表 -->
<p class="comment" v-if="certs.length == 0">暂时还没有相关的证书。</p>
<table class="ui table selectable celled" v-if="certs.length > 0">
<thead>