Skip to content

Commit

Permalink
Add nodeAddr and BLSPubkey to filter search
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJohnnyGault committed Mar 11, 2024
1 parent 6f02737 commit fcd251e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ <h3 class="text-center">Contracts</h3>
tableMinipools.setFilter([
[
{ field: "nodeID", type: "like", value: valueEl.value },
{ field: "nodeAddr", type: "like", value: valueEl.value },
{ field: "BLSPubkey", type: "like", value: valueEl.value },
{ field: "owner", type: "like", value: valueEl.value },
],
]);
Expand Down

0 comments on commit fcd251e

Please sign in to comment.