mirror of
https://github.com/StefBuwalda/ProjectIOT.git
synced 2025-10-30 11:19:57 +00:00
extra changes frontend
This commit is contained in:
@@ -18,9 +18,10 @@
|
||||
<table class="table table-sm table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="fs-5">Time</th>
|
||||
<th scope="col" class="fs-5">Numberplate</th>
|
||||
<th scope="col" class="fs-5" style="width: 21%">Time</th>
|
||||
<th scope="col" class="fs-5" style="width: 42%">Numberplate</th>
|
||||
<th scope="col" class="fs-5">Gate Status</th>
|
||||
<th scope="col" class="fs-5"> </th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -33,6 +34,10 @@
|
||||
{{ log.allowed }}
|
||||
</span>
|
||||
</td>
|
||||
<td><form method="POST" action="{{ url_for('dash.delete_log', id=log.id) }}" style="display:inline;" onsubmit="return confirm('Are you sure you want to delete this log entry?');">
|
||||
<button type="submit" class="btn btn-sm btn-secondary">Delete</button>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user