Commit graph

6 commits

Author SHA1 Message Date
3990656407 Add "Export to Markdown (.md)" button for services tables
Adds a menu bar button on any view.py page showing a services table
(detected by its Display name/Service column, not tied to one
specific view) that exports Site/Host/IP/Display name/Summary/Details
- whichever are actually present on that view - as a Markdown table,
copying it to the clipboard and downloading it as a .md file.
2026-07-31 19:31:38 +02:00
a5f7b1a934 Add "Copy host list (JSON)" button to WATO folder pages
Copies hostname, alias, IPv4 address and monitored site for every
host in the list (folder browsing or host search results) to the
clipboard as JSON.
2026-07-31 12:11:26 +02:00
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