Test_update v0.951
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user