mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #7227: Correct placeholder value for webhook CA file path
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user