申请证书任务可以筛选和搜索

This commit is contained in:
GoEdgeLab
2021-03-16 18:10:00 +08:00
parent 13eafdfb30
commit 5978ba69da
3 changed files with 131 additions and 18 deletions

View File

@@ -138,6 +138,8 @@ func (this *IndexAction) RunGet(params struct {
page = this.NewPage(countAll)
listResp, err = this.RPC().SSLCertRPC().ListSSLCerts(this.AdminContext(), &pb.ListSSLCertsRequest{
Keyword: params.Keyword,
Offset: page.Offset,
Size: page.Size,
})
}
if err != nil {