[backend/razor] Update table class and include action separators
This commit is contained in:
parent
c406ba999c
commit
207249280f
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue