v1.1.0: per-stand services list from Terraform — services_dev.txt + services_test.txt

This commit is contained in:
2026-07-28 11:15:19 +04:00
parent 5a20962015
commit 0b810fdee1
6 changed files with 149 additions and 2 deletions
+1 -1
View File
@@ -98,7 +98,7 @@
<div class="card">
<div class="card-header" style="font-size:12px;">Сервисы</div>
<div class="card-body" style="padding:4px;">
<div class="svc-item active" onclick="selectService(1)">1. Болванка</div>
{% for svc in services %}{% if svc.svcId in config.service_ids %}<div class="svc-item {% if loop.first %}active{% endif %}" onclick="selectService({{ svc.svcId }})">{{ svc.svcId }}. {{ svc.svc }}</div>{% endif %}{% endfor %}
</div>
</div>
</div>