Skip to content

Commit

Permalink
WebUI: added highlighting of the log filter button
Browse files Browse the repository at this point in the history
  • Loading branch information
liuch committed Sep 5, 2023
1 parent b174a23 commit 68bebbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/logs.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class Logs {
update() {
this._filter = Common.getFilterFromURL(new URL(document.location));
this._update_table();
this._update_settings_button();
}

title() {
Expand Down Expand Up @@ -241,6 +242,7 @@ class Logs {
if (f !== undefined) {
this._filter = f;
this._update_table();
this._update_settings_button();
}
}
}.bind(this)).finally(function() {
Expand Down

0 comments on commit 68bebbf

Please sign in to comment.