mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-21 19:47:20 -06:00
Fixes #7227: Correct placeholder value for webhook CA file path
This commit is contained in:
parent
7a813349f3
commit
4493c31216
@ -110,13 +110,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">CA File Path</th>
|
||||
<td>
|
||||
{% if object.ca_file_path %}
|
||||
<code>{{ object.ca_file_path }}</code>
|
||||
{% else %}
|
||||
&mdash
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>{{ object.ca_file_path|placeholder }}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user