UI Fix on Task overview
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user