forked from lix-project/hydra
jobset.tt: more info on why Dynamic RunCommand is disabled
This commit is contained in:
parent
3b895aec54
commit
3f4f183792
|
@ -162,7 +162,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Enable Dynamic RunCommand Hooks:</th>
|
<th>Enable Dynamic RunCommand Hooks:</th>
|
||||||
<td>[% jobset.enable_dynamic_run_command ? "Yes" : "No" %]</td>
|
<td>[% c.config.dynamicruncommand.enable ? project.enable_dynamic_run_command ? jobset.enable_dynamic_run_command ? "Yes" : "No (not enabled by jobset)" : "No (not enabled by project)" : "No (not enabled by server)" %]</td>
|
||||||
</tr>
|
</tr>
|
||||||
[% IF emailNotification %]
|
[% IF emailNotification %]
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue