{# Ruleset autocomplete for the Checkmk Setup-Rule edit form. A real dropdown (not a native ) so it can: * search over BOTH the ruleset ID (e.g. checkgroup_parameters:filesystem) and its human title, consistently across browsers, and * make "use the example" an explicit, visible action — an "Apply example" button that fills the Value Template — instead of a hidden pre-fill the operator can't see. The catalog is served by the view's `_ruleset_catalog` endpoint and comes entirely from the JSON files under the plugin's data/ dir (regenerate with `checkmk export_rulesets `) — nothing here is hardcoded. Free text stays possible; the dropdown only suggests. When a ruleset does not exist in every known Checkmk version, its version scope is shown so version-specific rulesets are recognisable. #} {# Put each outcome's Folder + Folder Index on one line. Folder takes the remaining width, Folder Index stays a narrow numeric box. Pure layout (no colours) so every theme is fine; re-runs for rows the inline "Add" button clones. #}