From 790e1ee2e4b9d999f3305019d23326ff7f6b422f Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 19 Nov 2020 13:44:34 -0500 Subject: [PATCH] Update created_updated.html --- netbox/templates/circuits/circuit.html | 2 +- netbox/templates/circuits/provider.html | 2 +- netbox/templates/dcim/cable.html | 2 +- netbox/templates/dcim/device/base.html | 2 +- netbox/templates/dcim/devicetype.html | 2 +- netbox/templates/dcim/powerfeed.html | 2 +- netbox/templates/dcim/powerpanel.html | 4 ++-- netbox/templates/dcim/rack.html | 2 +- netbox/templates/dcim/rackreservation.html | 4 ++-- netbox/templates/dcim/site.html | 2 +- netbox/templates/dcim/virtualchassis.html | 2 +- netbox/templates/extras/tag.html | 2 +- netbox/templates/inc/created_updated.html | 2 +- netbox/templates/ipam/aggregate.html | 2 +- netbox/templates/ipam/ipaddress.html | 2 +- netbox/templates/ipam/prefix.html | 2 +- netbox/templates/ipam/routetarget.html | 2 +- netbox/templates/ipam/service.html | 4 ++-- netbox/templates/ipam/vlan.html | 2 +- netbox/templates/ipam/vrf.html | 2 +- netbox/templates/secrets/secret.html | 4 ++-- netbox/templates/tenancy/tenant.html | 2 +- netbox/templates/virtualization/cluster.html | 2 +- netbox/templates/virtualization/virtualmachine.html | 2 +- 24 files changed, 28 insertions(+), 28 deletions(-) diff --git a/netbox/templates/circuits/circuit.html b/netbox/templates/circuits/circuit.html index 0948610c8..3bc7f5714 100644 --- a/netbox/templates/circuits/circuit.html +++ b/netbox/templates/circuits/circuit.html @@ -41,7 +41,7 @@ {% endif %}

{{ object }}

- {% include 'inc/created_updated.html' with obj=object %} + {% include 'inc/created_updated.html' %}
{% custom_links object %}
diff --git a/netbox/templates/circuits/provider.html b/netbox/templates/circuits/provider.html index ce691c237..16340ac7b 100644 --- a/netbox/templates/circuits/provider.html +++ b/netbox/templates/circuits/provider.html @@ -41,7 +41,7 @@ {% endif %}

{{ object }}

- {% include 'inc/created_updated.html' with obj=object %} + {% include 'inc/created_updated.html' %}
{% custom_links object %}
diff --git a/netbox/templates/dcim/cable.html b/netbox/templates/dcim/cable.html index 51d4e6978..e80cb5a24 100644 --- a/netbox/templates/dcim/cable.html +++ b/netbox/templates/dcim/cable.html @@ -23,7 +23,7 @@ {% endif %}

{% block title %}Cable {{ object }}{% endblock %}

- {% include 'inc/created_updated.html' with obj=object %} + {% include 'inc/created_updated.html' %}
{% custom_links object %}
diff --git a/netbox/templates/dcim/device/base.html b/netbox/templates/dcim/device/base.html index 675f60ec1..2ee046f91 100644 --- a/netbox/templates/dcim/device/base.html +++ b/netbox/templates/dcim/device/base.html @@ -82,7 +82,7 @@ {% endif %}

{{ object }}

- {% include 'inc/created_updated.html' with obj=object %} + {% include 'inc/created_updated.html' %}
{% custom_links object %}
diff --git a/netbox/templates/dcim/devicetype.html b/netbox/templates/dcim/devicetype.html index b1062b8e1..3988c77ee 100644 --- a/netbox/templates/dcim/devicetype.html +++ b/netbox/templates/dcim/devicetype.html @@ -62,7 +62,7 @@ {% endif %}

{{ object.manufacturer }} {{ object.model }}

- {% include 'inc/created_updated.html' with obj=object %} + {% include 'inc/created_updated.html' %}
{% custom_links object %}
diff --git a/netbox/templates/dcim/powerfeed.html b/netbox/templates/dcim/powerfeed.html index 16fa2fe93..3b4b8b1c0 100644 --- a/netbox/templates/dcim/powerfeed.html +++ b/netbox/templates/dcim/powerfeed.html @@ -44,7 +44,7 @@ {% endif %}

{% block title %}{{ object }}{% endblock %}

- {% include 'inc/created_updated.html' with obj=object %} + {% include 'inc/created_updated.html' %}
{% custom_links object %}
diff --git a/netbox/templates/dcim/powerpanel.html b/netbox/templates/dcim/powerpanel.html index b5358b86a..a405a8a09 100644 --- a/netbox/templates/dcim/powerpanel.html +++ b/netbox/templates/dcim/powerpanel.html @@ -40,7 +40,7 @@ {% endif %}

{% block title %}{{ object }}{% endblock %}

- {% include 'inc/created_updated.html' with obj=powerpanel %} + {% include 'inc/created_updated.html' %}
{% custom_links object %}
@@ -85,7 +85,7 @@ {% plugin_left_page object %}
- {% include 'inc/custom_fields_panel.html' with obj=powerpanel %} + {% include 'inc/custom_fields_panel.html' with obj=object %} {% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='dcim:powerpanel_list' %} {% plugin_right_page object %}
diff --git a/netbox/templates/dcim/rack.html b/netbox/templates/dcim/rack.html index 0e96e54dc..6c3d0bbe7 100644 --- a/netbox/templates/dcim/rack.html +++ b/netbox/templates/dcim/rack.html @@ -52,7 +52,7 @@ {% endif %}

{% block title %}Rack {{ object }}{% endblock %}

- {% include 'inc/created_updated.html' with obj=object %} + {% include 'inc/created_updated.html' %}

{% block title %}{{ object }}{% endblock %}

- {% include 'inc/created_updated.html' with obj=rackreservation %} + {% include 'inc/created_updated.html' %}
{% custom_links object %}
@@ -122,7 +122,7 @@ - {% include 'inc/custom_fields_panel.html' with obj=rackreservation %} + {% include 'inc/custom_fields_panel.html' with obj=object %} {% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='dcim:rackreservation_list' %} {% plugin_left_page object %} diff --git a/netbox/templates/dcim/site.html b/netbox/templates/dcim/site.html index 0a06235ef..9123c1def 100644 --- a/netbox/templates/dcim/site.html +++ b/netbox/templates/dcim/site.html @@ -46,7 +46,7 @@ {% endif %}

{% block title %}{{ object }}{% endblock %}

- {% include 'inc/created_updated.html' with obj=object %} + {% include 'inc/created_updated.html' %}
{% custom_links object %}
diff --git a/netbox/templates/dcim/virtualchassis.html b/netbox/templates/dcim/virtualchassis.html index 72f5140e9..190eebba6 100644 --- a/netbox/templates/dcim/virtualchassis.html +++ b/netbox/templates/dcim/virtualchassis.html @@ -38,7 +38,7 @@ {% endif %}

{% block title %}{{ object }}{% endblock %}

- {% include 'inc/created_updated.html' with obj=object %} + {% include 'inc/created_updated.html' %}
{% custom_links object %}
diff --git a/netbox/templates/extras/tag.html b/netbox/templates/extras/tag.html index f77aa0221..2ad7cf814 100644 --- a/netbox/templates/extras/tag.html +++ b/netbox/templates/extras/tag.html @@ -37,7 +37,7 @@ {% endif %}

{% block title %}Tag: {{ object }}{% endblock %}

- {% include 'inc/created_updated.html' with obj=tag %} + {% include 'inc/created_updated.html' %}