Project: enable enabling dynamic runcommand per project

This commit is contained in:
Graham Christensen
2021-12-15 15:32:49 -05:00
parent 1affb1cfb1
commit 8a96f07f58
4 changed files with 14 additions and 0 deletions

View File

@ -92,6 +92,10 @@
<th>Enabled:</th>
<td>[% project.enabled ? "Yes" : "No" %]</td>
</tr>
<tr>
<th>Enable Dynamic RunCommand Hooks:</th>
<td>[% project.enable_dynamic_run_command ? "Yes" : "No" %]</td>
</tr>
</table>
</div>