mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-05-04 22:55:20 +08:00
IP名单中可以批量删除最多10000个IP
This commit is contained in:
@@ -63,6 +63,7 @@ func (this *IndexAction) RunGet(params struct {
|
||||
}
|
||||
var count = countResp.Count
|
||||
var page = this.NewPage(count)
|
||||
this.Data["totalItems"] = count
|
||||
this.Data["page"] = page.AsHTML()
|
||||
|
||||
itemsResp, err := this.RPC().IPItemRPC().ListAllEnabledIPItems(this.AdminContext(), &pb.ListAllEnabledIPItemsRequest{
|
||||
|
||||
Reference in New Issue
Block a user