[backend/razor] Update table class and include action separators

This commit is contained in:
pancakes 2025-01-09 19:38:40 +10:00 committed by Laura Hausmann
parent c406ba999c
commit 207249280f
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -10,7 +10,7 @@
<p>Here you can adjust instance rules. They get displayed to all users, including guests.</p> <p>Here you can adjust instance rules. They get displayed to all users, including guests.</p>
<table class="tableauto"> <table class="auto-table">
<thead> <thead>
<th>#</th> <th>#</th>
<th>Text & Description</th> <th>Text & Description</th>
@ -34,7 +34,7 @@
</td> </td>
<td> <td>
<NavLink href="@($"/admin/rules/{rule.Id}")">Edit</NavLink> <NavLink href="@($"/admin/rules/{rule.Id}")">Edit</NavLink>
<a class="fake-link" onclick="removeRule('@rule.Id', event.target)">Remove</a> | <a class="fake-link" onclick="removeRule('@rule.Id', event.target)">Remove</a>
</td> </td>
</tr> </tr>
} }