HTTP/Jobset: support setting / reading enable_dynamic_run_command

This commit is contained in:
Graham Christensen
2021-12-15 12:37:35 -05:00
parent 1802bd0113
commit 726ea80e99
5 changed files with 16 additions and 0 deletions

View File

@ -160,6 +160,10 @@
<th>Scheduling shares:</th>
<td>[% jobset.schedulingshares %] [% IF totalShares %] ([% f = format("%.2f"); f(jobset.schedulingshares / totalShares * 100) %]% out of [% totalShares %] shares)[% END %]</td>
</tr>
<tr>
<th>Enable Dynamic RunCommand Hooks:</th>
<td>[% jobset.enable_dynamic_run_command ? "Yes" : "No" %]</td>
</tr>
[% IF emailNotification %]
<tr>
<th>Enable email notification:</th>