Commit graph

4 commits

Author SHA1 Message Date
5fa0506bdd Add ON/OFF toggle for the Extra column, persisted in localStorage
Users can now show/hide the Service Discovery / copy buttons column
from the view.py menu bar instead of always seeing it, with the choice
remembered across reloads and views.
2026-07-30 15:10:13 +02:00
69e872569c Add search/filter bar to large ListChoice checkbox lists
Checkmk's native checkbox-list widget renders one row per item with no
grouping or pagination, making rules like "Deploy custom files with
agent" hard to work with when only a few items need to be checked
among hundreds. Adds a search box, a live selected-count, and a
"Selected only" toggle above any such list with 15+ items.
2026-07-30 13:07:12 +02:00
45d6187150 Truncate long hostnames in monitoring view Host column
Hostnames longer than 32 characters are now truncated with an ellipsis
in view.py tables, with the full name shown as a tooltip on hover. The
copy buttons in the Extra column keep copying the full, untruncated
hostname regardless of the displayed text.
2026-07-29 17:27:04 +02:00
95f8a899a7 Add CHANGELOG.md with full version history since 2.0 2026-07-13 16:44:58 +02:00