jobset.tt: more info on why Dynamic RunCommand is disabled

This commit is contained in:
Cole Helbling 2021-12-17 10:31:03 -08:00 committed by Graham Christensen
parent 3b895aec54
commit 3f4f183792

View file

@ -162,7 +162,7 @@
</tr>
<tr>
<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>
[% IF emailNotification %]
<tr>