v1.8.6: сортировка таблиц, спиннеры number input, единый стиль — fix broken HTML, modal-actions → form-actions, card-wrapper
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{% block page_content %}
|
||||
{% for t in tasks %}
|
||||
<div class="card">
|
||||
<h3>{{ t.title }}</h3>
|
||||
<div class="card-header"><h3>{{ t.title }}</h3></div>
|
||||
<div style="font-size:12px;color:var(--text-muted);margin-bottom:12px;">
|
||||
{{ t.object.name if t.object else '' }} — {{ t.object.address if t.object else '' }}
|
||||
<span class="badge badge-{{ {'P1':'critical','P2':'high','P3':'medium','P4':'low'}[t.priority] }}" style="margin-left:8px;">{{ t.priority }}</span>
|
||||
|
||||
Reference in New Issue
Block a user