DNS服务商支持搜索

This commit is contained in:
刘祥超
2021-08-25 18:46:57 +08:00
parent 663ec7710c
commit 09ff5a37a9
2 changed files with 20 additions and 1 deletions

View File

@@ -4,6 +4,19 @@
<a href="" class="item" @click.prevent="createProvider()">[添加DNS账号信息]</a>
</first-menu>
<div class="margin"></div>
<form class="ui form" method="get" action="/dns/providers">
<div class="ui fields inline">
<div class="ui field">
<input type="text" name="keyword" placeholder="账号说明..." v-model="keyword"/>
</div>
<div class="ui field">
<button class="ui button" type="submit">搜索</button>
</div>
</div>
</form>
<p class="comment" v-if="providers.length == 0">暂时还没有第三方DNS服务商。</p>
<table class="ui table selectable celled" v-if="providers.length > 0">