Test_update v0.951

This commit is contained in:
2026-03-29 17:05:48 +03:00
parent 945f1d9f31
commit 95d46130d5
4 changed files with 405 additions and 191 deletions

View File

@@ -98,6 +98,13 @@
right: 12px;
bottom: 12px;
}
.projector-summary {
text-align: center;
margin-top: -2px;
margin-bottom: 8px;
color: #5f5f5f;
font-weight: 500;
}
</style>
<div class="projectors-page">
@@ -259,6 +266,15 @@
{% endfor %}
</table>
<div class="projector-summary">
Всего: {{ total_items }} |
Проекторов: {{ projectors_count }} |
Комплектов: {{ kits_count }} |
Телевизоров: {{ tv_count }} |
Досок: {{ boards_count }} |
Интерактивных экранов: {{ interactive_display_count }}
</div>
{% if session.get('role') in ('admin','storekeeper') %}
<div class="edit-modal" id="projectorEditModal" aria-hidden="true">
<div class="edit-modal__dialog">