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.
This commit is contained in:
parent
a5f7b1a934
commit
3990656407
3 changed files with 208 additions and 1 deletions
|
|
@ -5,6 +5,11 @@ All notable changes to **Checkmk SwissKnife** are documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [2.20.0] - 2026-07-31
|
||||
|
||||
### Added
|
||||
- "Export to Markdown (.md)" button in the menu bar, on any monitoring view showing a services table (detected by its Host + Display name/Service columns, not tied to one specific view). Exports a Markdown table with whichever of Site, Host, IP, Display name, Summary, Details are present on that view, copies it to the clipboard and downloads it as a `.md` file in one click.
|
||||
|
||||
## [2.19.0] - 2026-07-31
|
||||
|
||||
### Added
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue