Skip to content

Commit

Permalink
remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld committed Feb 6, 2025
1 parent fa026aa commit a361d9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- [Enhancement] Provide better support for fully transactional consumers.
- [Enhancement] Error out when `#setup` is called after `#enable!`.
- [Change] Remove per-consumer process duplicated details from Subscriptions and Jobs tabs.
- [Fix] Normalize position of commanding buttons in regards to other UI elements.
- [Fix] Fix incorrect indentation of some of the info messages.
- [Fix] Fix tables headers inconsistent alignments.
- [Fix] Fix incorrect warning box header color in the dark mode.
Expand Down
7 changes: 3 additions & 4 deletions lib/karafka/web/pro/ui/views/consumers/consumers/details.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@

<% view_title @process.id %>

<%== partial 'consumers/consumers/consumer/commands', locals: { process: @process } %>

<% if @process.status == 'stopped' %>
<%== partial 'consumers/consumers/consumer/stopped' %>
<% end %>

<%== partial 'consumers/consumers/consumer/metrics' %>

<%== partial 'consumers/consumers/consumer/tabs' %>

<%== partial 'consumers/consumers/consumer/commands', locals: { process: @process } %>
<%== partial 'consumers/consumers/consumer/metrics' %>

<pre class="code"><code class="json p-0 m-0"><%= JSON.pretty_generate(@process.to_h) %></code></pre>

0 comments on commit a361d9d

Please sign in to comment.