Skip to content

Commit

Permalink
adjust filter input field
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecabaco committed Aug 18, 2023
1 parent 8a09dbc commit c7499f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/realtime_web/live/inspector_live/conn_component.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</div>
<div class="mb-4">
<%= label(f, :filter, class: "block text-gray-700 text-sm font-bold mb-2") %>
<%= text_input(f, :filter, class: "
<%= text_input(f, :filter, placeholder: "body=eq.hey", class: "
my-1
block
w-full
Expand All @@ -90,7 +90,7 @@
focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50
") %>
<%= error_tag(f, :filter) %>
<p class="text-gray-600 text-xs italic">Listen to changes from this table</p>
<p class="text-gray-600 text-xs italic">Match records with a filter</p>
</div>
<div class="mb-4">
<%= label(f, :log_level, class: "block text-gray-700 text-sm font-bold mb-2") %>
Expand Down

0 comments on commit c7499f5

Please sign in to comment.