From e42200dc33f988b93d52c9befa9dfde576793728 Mon Sep 17 00:00:00 2001 From: Julio-Oliveira-Encora Date: Mon, 27 May 2024 15:05:38 -0300 Subject: [PATCH] Adjusts in table_controls_htmx.html to vertical height of the Quick Search match to the dropdown. --- netbox/project-static/dist/netbox.js.map | Bin 353495 -> 353495 bytes netbox/project-static/src/appliedFilter.ts | 5 +++++ netbox/templates/inc/table_controls_htmx.html | 8 +++----- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/netbox/project-static/dist/netbox.js.map b/netbox/project-static/dist/netbox.js.map index 590bb408a94737c4678c1750be046d25f87de198..d4aa8eedf83acc23cd00203a3c9d6a9a5a3bafd8 100644 GIT binary patch delta 33 pcmcb9QuO*s(S{br7N!>F7M3ln5lM^%(<75umoa*8OJ=>!2msF7M3ln5lM_y(<75umobKJOJ=>!2ms>v3_Jh; diff --git a/netbox/project-static/src/appliedFilter.ts b/netbox/project-static/src/appliedFilter.ts index f655ce4fb..099351ff1 100644 --- a/netbox/project-static/src/appliedFilter.ts +++ b/netbox/project-static/src/appliedFilter.ts @@ -1,4 +1,9 @@ import { isTruthy } from './util'; + +/** + * Initialize the applied filter display. + * + */ export function initAppliedFilter(): void { const appliedFilter = document.getElementById('appliedfilters'); if (isTruthy(appliedFilter)) { diff --git a/netbox/templates/inc/table_controls_htmx.html b/netbox/templates/inc/table_controls_htmx.html index 041d9d187..5d31901dc 100644 --- a/netbox/templates/inc/table_controls_htmx.html +++ b/netbox/templates/inc/table_controls_htmx.html @@ -4,7 +4,7 @@
- @@ -15,12 +15,10 @@
-
- -
+
-
+
{{ filter_form.filter_id }}