From 3a74e4fd7a6e569748622e9895ef936181656b10 Mon Sep 17 00:00:00 2001 From: shuki Date: Wed, 4 Mar 2026 15:48:51 +0200 Subject: [PATCH] Add client-side table sorting to all tables Clicking any column header sorts the table rows. Supports text and numeric sorting with ascending/descending toggle and arrow indicators. Co-Authored-By: Claude Opus 4.6 --- whm/gniza-whm/lib/GnizaWHM/UI.pm | 34 +++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/whm/gniza-whm/lib/GnizaWHM/UI.pm b/whm/gniza-whm/lib/GnizaWHM/UI.pm index f692c02..b36fdc0 100644 --- a/whm/gniza-whm/lib/GnizaWHM/UI.pm +++ b/whm/gniza-whm/lib/GnizaWHM/UI.pm @@ -719,7 +719,39 @@ sub _scope_to_container { } sub page_footer { - return "\n"; + return qq{\n\n}; } sub render_errors {