More use of tags - drop add_header action -> allow + headers+tags
This commit is contained in:
@@ -77,6 +77,20 @@
|
||||
placeholder: "e.g., 192.168.1.0/24" %>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Bot Filtering -->
|
||||
<div class="mt-4 flex items-center">
|
||||
<div class="flex items-center h-5">
|
||||
<%= form.check_box :exclude_bots,
|
||||
{ checked: params[:exclude_bots] == "true", class: "h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded" },
|
||||
"true", "false" %>
|
||||
</div>
|
||||
<div class="ml-3 text-sm">
|
||||
<%= form.label :exclude_bots, class: "font-medium text-gray-700" do %>
|
||||
Human Traffic Only
|
||||
<span class="font-normal text-gray-500">(Exclude known bots and crawlers)</span>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user