Small UI fix for #157

This commit is contained in:
the-djmaze 2024-08-20 13:10:50 +02:00
parent e5a176f5ea
commit c09106472f

View file

@ -72,8 +72,8 @@
</td>
</tr>
<!-- /ko -->
<tr><td></td><td>
<button class="btn fontastic" data-bind="visible: adminACL, click: createACL"></button>
<tr data-bind="visible: adminACL"><td></td><td>
<button class="btn fontastic" data-bind="click: createACL"></button>
</td></tr>
</tbody></table>
</div>