From b972f1a132631bb7da644bcc231caf782ea4da8a Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 11 Jan 2025 19:42:25 -0600 Subject: [PATCH] fix: add placeholder when grid has no filters otherwise tools section doesn't get pushed to the right --- src/wuttaweb/templates/grids/vue_template.mako | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wuttaweb/templates/grids/vue_template.mako b/src/wuttaweb/templates/grids/vue_template.mako index e876eca..746a939 100644 --- a/src/wuttaweb/templates/grids/vue_template.mako +++ b/src/wuttaweb/templates/grids/vue_template.mako @@ -89,6 +89,9 @@ + + % else: +
% endif