mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 03:56:53 -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>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">CA File Path</th>
|
<th scope="row">CA File Path</th>
|
||||||
<td>
|
<td>{{ object.ca_file_path|placeholder }}</td>
|
||||||
{% if object.ca_file_path %}
|
|
||||||
<code>{{ object.ca_file_path }}</code>
|
|
||||||
{% else %}
|
|
||||||
&mdash
|
|
||||||
{% endif %}
|
|
||||||
</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user