diff --git a/__pycache__/app.cpython-314.pyc b/__pycache__/app.cpython-314.pyc index a7d8794..27d5bbe 100644 Binary files a/__pycache__/app.cpython-314.pyc and b/__pycache__/app.cpython-314.pyc differ diff --git a/templates/cabinets.html b/templates/cabinets.html index c37cdee..e02c970 100644 --- a/templates/cabinets.html +++ b/templates/cabinets.html @@ -12,6 +12,12 @@ .row-actions { background: #f8f9fa; } + .cabinet-floor-sep td { + background: #d0d0d0 !important; + font-weight: 700; + padding-top: 3px !important; + padding-bottom: 3px !important; + } .row-actions__inner { max-height: 0; opacity: 0; @@ -215,22 +221,26 @@
| Кабинет | -Этаж | -Здание | |
|---|---|---|---|
| Этаж: {{ floor_label }} | +|||
| {{ row.cabinet }} | -{{ row.floor or '—' }} | -{{ row.building or '—' }} | |
| Кабинеты не добавлены. | +Кабинеты не добавлены. | ||