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

This commit is contained in:
Cole Helbling
2022-02-11 14:35:52 -05:00
committed by Graham Christensen
parent 3f4f183792
commit dfd3a67424
+1 -1
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>