Skip to content

Commit

Permalink
fix breadcrum refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld committed Jan 27, 2025
1 parent e228c85 commit ac76299
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- [Feature] Provide ability to navigate to a timestamp in the Explorer (Pro).
- [Enhancement] Provide better support for fully transactional consumers.
- [Enhancement] Error out when `#setup` is called after `#enable!`.
- [Fix] The recent page breadcrumbs and offset id are not refreshed on change.
- [Fix] Direct URL access with too big partition causes librdkafka crash.
- [Fix] Fix incorrect breadcrumbs for pending consumer jobs.
- [Fix] Allow for using default search matchers in Karafka Web UI topics including Errors.
Expand Down
2 changes: 1 addition & 1 deletion lib/karafka/web/ui/views/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<%== partial 'shared/navigation' %>
</aside>

<main class="drawer-content">
<main class="drawer-content" id="content">
<div class="turbo-progress-bar"></div>

<div class="grid-default lg:pb-0">
Expand Down
2 changes: 1 addition & 1 deletion lib/karafka/web/ui/views/shared/_content.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="content" class="col-span-12 mb-3">
<div class="col-span-12 mb-3">
<%== content %>

<%== partial 'shared/pagination' %>
Expand Down

0 comments on commit ac76299

Please sign in to comment.