1 <%# locals: (acls:, params:) %>
3 <turbo-frame id="pagination" target="_top" data-turbo="false">
4 <%= render "pagination", :paginator => acls, :params => params %>
6 <table class="table table-sm align-middle" id="acl_list">
9 <th><%= t(".address") %></th>
10 <th><%= t(".domain") %></th>
11 <th><%= t(".mx") %></th>
12 <th><%= t(".k") %></th>
13 <th><%= t(".v") %></th>
14 <th class="text-end"><%= t(".actions") %></th>
18 <%= render acls.items %>
22 <%= render "pagination", :paginator => acls, :params => params %>