feat: make dashboard metrics and run rows clickable

This commit is contained in:
Anton
2026-05-07 09:35:44 +03:00
parent e4d4271e32
commit deaecd8d3b
8 changed files with 64 additions and 13 deletions

View File

@@ -23,7 +23,7 @@
</section>
{% for group, title in [("new", "Новые сотрудники"), ("missing_from_source", "Потеряшки"), ("dismissed", "Уволенные")] %}
<section class="panel">
<section class="panel"{% if group == "new" %} id="new-employees"{% endif %}>
<h2 class="panel__title">{{ title }}</h2>
{% set items = run.changes[group] %}
{% if items %}