Show HCL variable input on job submission. (#24622)

* Show HCL variable input on job submission.

* Add changelog entry

(authored by @sevensolutions)
This commit is contained in:
Daniel Peinhopf
2024-12-18 19:56:47 +01:00
committed by GitHub
parent fe821b4c1c
commit 04e930b756
2 changed files with 8 additions and 1 deletions

View File

@@ -70,10 +70,14 @@
}}
></div>
</div>
{{#if (eq @data.view "job-spec")}}
{{#if (or (eq @data.view "job-spec") @data.job.isNew)}}
<div class="boxed-section" style="margin-top: 10px">
<div class="boxed-section-head">
{{#if @data.job.isNew}}
HCL Variable Values
{{else}}
Edit HCL Variable Values
{{/if}}
</div>
<div class="boxed-section-body is-full-bleed">
<div