From 8f29a06ca72648793d25b9b4f5e9cd6be5a65632 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 12 Mar 2026 16:16:46 -0400 Subject: [PATCH] fix: strip
from bootstrap-table column picker labels Column headers like "Alarm
Frames" and "Avg.
Score" show the literal
text in the column selection dropdown. Add data-switchable-label attributes with the
replaced by a space so the column picker shows clean labels while the table headers still render the line break. Fix applied to events.php and watch.php. Co-Authored-By: Claude Opus 4.6 --- web/skins/classic/views/events.php | 8 ++++---- web/skins/classic/views/watch.php | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/web/skins/classic/views/events.php b/web/skins/classic/views/events.php index 5406356c9..0d6e45740 100644 --- a/web/skins/classic/views/events.php +++ b/web/skins/classic/views/events.php @@ -176,10 +176,10 @@ echo getNavBarHTML(); - - - - + + + + diff --git a/web/skins/classic/views/watch.php b/web/skins/classic/views/watch.php index d5aadf8ab..284a18900 100644 --- a/web/skins/classic/views/watch.php +++ b/web/skins/classic/views/watch.php @@ -513,9 +513,9 @@ if ( canView('Events') && ($monitor->Type() != 'WebSite') ) { - - - + + +