Skip to content

Commit 8a169ab

Browse files
committed
CSSTUDIO-2167 Set refresh function for LogEntryTableView.
1 parent a1bd311 commit 8a169ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/logbook/olog/ui/src/main/java/org/phoebus/logbook/olog/ui/LogEntryTableViewController.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,9 @@ public void setLogs(List<LogEntry> logs) {
400400
private List<Decoration> decorations;
401401
protected void setDecorations(List<Decoration> decorations) {
402402
this.decorations = decorations;
403+
for (Decoration decoration : decorations) {
404+
decoration.setRefreshLogEntryTableView(() -> refresh());
405+
}
403406
}
404407

405408
private void setSearchResult(SearchResult searchResult) {

0 commit comments

Comments
 (0)