From 0545c571ee566f69561c6afad8dff5cd2debaded Mon Sep 17 00:00:00 2001 From: Jason Novinger Date: Fri, 18 Jul 2025 09:08:34 -0500 Subject: [PATCH] Rename ~service to ~'Application Service' in templates This was done for both the Service model and Service Template model appearances in templates where the word was hardcoded. --- netbox/templates/dcim/device.html | 4 ++-- netbox/templates/ipam/ipaddress.html | 2 +- netbox/templates/ipam/servicetemplate.html | 2 +- netbox/templates/virtualization/virtualmachine.html | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index 10352d45a..f8b8e95c2 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -305,11 +305,11 @@ {% endif %}

- {% trans "Services" %} + {% trans "Application Services" %} {% if perms.ipam.add_service %} {% endif %} diff --git a/netbox/templates/ipam/ipaddress.html b/netbox/templates/ipam/ipaddress.html index 42e61040a..8b4473192 100644 --- a/netbox/templates/ipam/ipaddress.html +++ b/netbox/templates/ipam/ipaddress.html @@ -115,7 +115,7 @@ {% include 'inc/panel_table.html' with table=duplicate_ips_table heading='Duplicate IPs' panel_class='danger' %} {% endif %}
-

{% trans "Services" %}

+

{% trans "Application Services" %}

{% htmx_table 'ipam:service_list' ip_address_id=object.pk %}
{% plugin_right_page object %} diff --git a/netbox/templates/ipam/servicetemplate.html b/netbox/templates/ipam/servicetemplate.html index 3048e97ab..5c3e53621 100644 --- a/netbox/templates/ipam/servicetemplate.html +++ b/netbox/templates/ipam/servicetemplate.html @@ -9,7 +9,7 @@
-

{% trans "Service Template" %}

+

{% trans "Application Service Template" %}

diff --git a/netbox/templates/virtualization/virtualmachine.html b/netbox/templates/virtualization/virtualmachine.html index 70c31a83b..2e682ff29 100644 --- a/netbox/templates/virtualization/virtualmachine.html +++ b/netbox/templates/virtualization/virtualmachine.html @@ -151,11 +151,11 @@

- {% trans "Services" %} + {% trans "Application Services" %} {% if perms.ipam.add_service %} {% endif %}

{% trans "Name" %}