From 646a50d01a4be6391d7a5fc2975c99cf63441b54 Mon Sep 17 00:00:00 2001 From: Marker689 Date: Sun, 10 May 2026 06:17:25 +0300 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20name=3D"status"=20=D0=BD=D0=B0=20select=20+=20hx?= =?UTF-8?q?-include=20=D0=BA=D1=80=D0=BE=D1=81-=D1=81=D0=B2=D1=8F=D0=B7?= =?UTF-8?q?=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - select status-filter: добавлен name="status" (htmx берёт name, не id) - search input + status select: взаимные hx-include (поиск включает статус, статус включает поиск) --- guarddog_nexus/web/templates/packages_list.html | 2 +- guarddog_nexus/web/templates/scans_list.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/guarddog_nexus/web/templates/packages_list.html b/guarddog_nexus/web/templates/packages_list.html index 4f71dd7..259eebc 100644 --- a/guarddog_nexus/web/templates/packages_list.html +++ b/guarddog_nexus/web/templates/packages_list.html @@ -11,7 +11,7 @@

Packages

- + {% if flagged_filter == '1' %}Show all{% else %}Flagged only{% endif %} diff --git a/guarddog_nexus/web/templates/scans_list.html b/guarddog_nexus/web/templates/scans_list.html index 4336a4c..30ddb8d 100644 --- a/guarddog_nexus/web/templates/scans_list.html +++ b/guarddog_nexus/web/templates/scans_list.html @@ -11,8 +11,8 @@

Scans

- - +