mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 20:22:53 -06:00
Fixing display of webhook types
This commit is contained in:
parent
b95773938d
commit
a7b6c40596
@ -47,7 +47,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">Update</th>
|
<th scope="row">Update</th>
|
||||||
<td>
|
<td>
|
||||||
{% if object.type_create %}
|
{% if object.type_update %}
|
||||||
<i class="mdi mdi-check-bold text-success" title="Yes"></i>
|
<i class="mdi mdi-check-bold text-success" title="Yes"></i>
|
||||||
{% else %}
|
{% else %}
|
||||||
<i class="mdi mdi-close-thick text-danger" title="No"></i>
|
<i class="mdi mdi-close-thick text-danger" title="No"></i>
|
||||||
@ -57,7 +57,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">Delete</th>
|
<th scope="row">Delete</th>
|
||||||
<td>
|
<td>
|
||||||
{% if object.type_create %}
|
{% if object.type_delete %}
|
||||||
<i class="mdi mdi-check-bold text-success" title="Yes"></i>
|
<i class="mdi mdi-check-bold text-success" title="Yes"></i>
|
||||||
{% else %}
|
{% else %}
|
||||||
<i class="mdi mdi-close-thick text-danger" title="No"></i>
|
<i class="mdi mdi-close-thick text-danger" title="No"></i>
|
||||||
|
Loading…
Reference in New Issue
Block a user