project.tt: more info on why Dynamic RunCommand is disabled
This commit is contained in:
parent
3f4f183792
commit
dfd3a67424
@ -94,7 +94,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Enable Dynamic RunCommand Hooks:</th>
|
<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>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user