Skip to content

Commit

Permalink
[integration automatic-import] appending input.type to title (elastic…
Browse files Browse the repository at this point in the history
…#189297)

Appending the input type to the title for better clarity during
configuration

Resolves elastic#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">
  • Loading branch information
kgeller authored Jul 26, 2024
1 parent 73cb20d commit 77848e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 77848e3

Please sign in to comment.