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

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

View file

@ -94,7 +94,7 @@
</tr>
<tr>
<th>Enable Dynamic RunCommand Hooks:</th>
<td>[% project.enable_dynamic_run_command ? "Yes" : "No" %]</td>
<td>[% c.config.dynamicruncommand.enable ? project.enable_dynamic_run_command ? "Yes" : "No (not enabled by project)" : "No (not enabled by server)" %]</td>
</tr>
</table>
</div>