mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[integration automatic-import] appending input.type to title (#189297)
Appending the input type to the title for better clarity during configuration Resolves https://github.com/elastic/kibana/issues/189207 <img width="816" alt="Screenshot 2024-07-26 at 10 46 26 AM" src="https://github.com/user-attachments/assets/4c780cc5-7190-498c-b4ff-5633594dcb52">
This commit is contained in:
parent
73cb20d3a4
commit
77848e3521
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ policy_templates:
|
|||
inputs: {% for input in inputs %}
|
||||
- type: {{ input.type }}
|
||||
title: |
|
||||
{{ input.title }}
|
||||
{{ input.title }} : {{ input.type }}
|
||||
description: |
|
||||
{{ input.description }} {% endfor %}
|
||||
owner:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue