Cosmetic tweaks

This commit is contained in:
John Crisp 2025-06-13 16:47:49 +02:00
parent 03eacd8e36
commit b356e9fabe

View File

@ -26,7 +26,7 @@
<th class="col-auto"><%= l 'IP_ADDRESS_OR_FQDN' %></th> <th class="col-auto"><%= l 'IP_ADDRESS_OR_FQDN' %></th>
<th class="col-auto"><%= l 'hos_ETHERNET_ADDRESS' %></th> <th class="col-auto"><%= l 'hos_ETHERNET_ADDRESS' %></th>
<th class="col-auto"><%= l 'COMMENT' %></th> <th class="col-auto"><%= l 'COMMENT' %></th>
<th class="user-valign-center" colspan="2"><%= l 'ACTION' %></th> <th class="align-middle" colspan="2"><%= l 'ACTION' %></th>
</tr> </tr>
</thead> </thead>
@ -63,8 +63,8 @@
% </a> % </a>
%}; %};
% } % }
<td class="user-valign-center"><%= $c->render_to_string(inline => $actionModify) %></td> <td class="align-middle"><%= $c->render_to_string(inline => $actionModify) %></td>
<td class="user-valign-center"><%= $c->render_to_string(inline => $actionRemove) %></td> <td class="align-middle"><%= $c->render_to_string(inline => $actionRemove) %></td>
</tr> </tr>
% } % }