Skip to content

Commit

Permalink
fixed field name in validators pubkey filter
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Sep 3, 2023
1 parent c8e9f48 commit 949dec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/validators/validators.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1 class="h4 mb-1 mb-md-0"><i class="fas fa-table mx-2"></i> Validators Overvie
PubKey
</div>
<div class="col-sm-12 col-md-6 col-lg-8">
<input name="f.graffiti" type="text" class="form-control" placeholder="PubKey" aria-label="PubKey" aria-describedby="basic-addon1" value="{{ .FilterPubKey }}">
<input name="f.pubkey" type="text" class="form-control" placeholder="PubKey" aria-label="PubKey" aria-describedby="basic-addon1" value="{{ .FilterPubKey }}">
</div>
</div>
<div class="row mt-1">
Expand Down

0 comments on commit 949dec1

Please sign in to comment.