crates/server: update templates with improved dashboard and styling
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I07f9de61588f61aae003f78c30fd6d326a6a6964
This commit is contained in:
parent
92153bf9aa
commit
b4d3c9d501
14 changed files with 1139 additions and 609 deletions
|
|
@ -3,8 +3,12 @@
|
|||
{% block content %}
|
||||
<h1>Channels</h1>
|
||||
{% if channels.is_empty() %}
|
||||
<p class="empty">No channels configured.</p>
|
||||
<div class="empty">
|
||||
<div class="empty-title">No channels configured</div>
|
||||
<div class="empty-hint">Channels track successful evaluations for stable release tracking.</div>
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="table-wrap">
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Name</th><th>Current Evaluation</th><th>Updated</th></tr>
|
||||
|
|
@ -26,5 +30,6 @@
|
|||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue