UI Fix on Task overview

This commit is contained in:
Kamil
2024-11-27 20:08:03 +00:00
parent 18dc6e18af
commit d8d677bc1b
2 changed files with 7 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{% extends "admin.html" %}
{% block admin_content %}
<div class="container mt-5">
<table class="table">
<div class="">
<table class="table ">
<thead>
<tr>
<th>Task Name</th>
@@ -15,6 +15,9 @@
</tbody>
</table>
</div>
<hr>
<h4>Unlock blocked tasks</h4>
<div>
<form hx-post="/unlock_key" hx-swap="outerHTML" hx-target="#empty">
<div class="mb-3">