Skip to content

Commit

Permalink
CAUSEWAY-3829: minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
andi-huber committed Nov 20, 2024
1 parent cd19f1b commit 68549e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
<body>
<wicket:panel>
<div class="input-group table-filter-bar">
<!-- <span class="input-group-text"><i class="fa-solid fa-magnifying-glass"></i></span>-->
<input wicket:id="table-search-input" class="form-control" type="text" placeholder="Search" />
<!-- <span wicket:id="table-search-button" class="input-group-text"><i class="fa-solid fa-magnifying-glass"></i></span>-->
<button wicket:id="table-search-button" class="btn btn-light"><i class="fa-solid fa-magnifying-glass"></i></button>
<button wicket:id="table-search-clear" class="btn btn-light"><i class="fa-regular fa-trash-can"></i></button>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ private void buildGui() {
private static final long serialVersionUID = 1L;
@Override
protected void onUpdate(final AjaxRequestTarget target) {
// no-op; however it seems we need to install this behavior, in order for the server side model to receive updates at all
// no-op; however, it seems we need to install this behavior,
// in order for the server side model to receive updates at all
}
});

Expand Down

0 comments on commit 68549e9

Please sign in to comment.