mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user