From 04dc9a12ad20503a0509e49f5c352354a0bec378 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 12 Jan 2024 08:46:12 -0500 Subject: [PATCH] Remove padding from HTMX tables inside cards --- netbox/templates/circuits/provider.html | 4 ++-- netbox/templates/circuits/provideraccount.html | 2 +- netbox/templates/circuits/providernetwork.html | 2 +- netbox/templates/core/datasource.html | 2 +- netbox/templates/dcim/device.html | 4 ++-- netbox/templates/dcim/interface.html | 2 +- netbox/templates/dcim/location.html | 4 ++-- netbox/templates/dcim/powerpanel.html | 2 +- netbox/templates/dcim/region.html | 2 +- netbox/templates/dcim/site.html | 4 ++-- netbox/templates/dcim/sitegroup.html | 2 +- netbox/templates/dcim/virtualdevicecontext.html | 2 +- netbox/templates/ipam/fhrpgroup.html | 2 +- netbox/templates/ipam/ipaddress.html | 2 +- netbox/templates/ipam/routetarget.html | 8 ++++---- netbox/templates/ipam/vlan.html | 2 +- netbox/templates/tenancy/contact.html | 2 +- netbox/templates/tenancy/contactgroup.html | 2 +- netbox/templates/tenancy/tenantgroup.html | 2 +- netbox/templates/virtualization/virtualmachine.html | 4 ++-- netbox/templates/virtualization/vminterface.html | 2 +- netbox/templates/vpn/ikepolicy.html | 2 +- netbox/templates/vpn/ipsecpolicy.html | 2 +- netbox/templates/vpn/l2vpn.html | 2 +- netbox/templates/vpn/tunnel.html | 2 +- netbox/templates/vpn/tunneltermination.html | 2 +- netbox/templates/wireless/wirelesslangroup.html | 2 +- netbox/utilities/templates/builtins/htmx_table.html | 2 +- 28 files changed, 36 insertions(+), 36 deletions(-) diff --git a/netbox/templates/circuits/provider.html b/netbox/templates/circuits/provider.html index 6ea4a6f1f..aa0d6f1d8 100644 --- a/netbox/templates/circuits/provider.html +++ b/netbox/templates/circuits/provider.html @@ -51,7 +51,7 @@
{% trans "Provider Accounts" %}
-
@@ -59,7 +59,7 @@
{% trans "Circuits" %}
-
diff --git a/netbox/templates/circuits/provideraccount.html b/netbox/templates/circuits/provideraccount.html index d2222a174..b5ad37eba 100644 --- a/netbox/templates/circuits/provideraccount.html +++ b/netbox/templates/circuits/provideraccount.html @@ -44,7 +44,7 @@
{% trans "Circuits" %}
-
diff --git a/netbox/templates/circuits/providernetwork.html b/netbox/templates/circuits/providernetwork.html index 2fbd57f43..cd12bd47f 100644 --- a/netbox/templates/circuits/providernetwork.html +++ b/netbox/templates/circuits/providernetwork.html @@ -52,7 +52,7 @@
{% trans "Circuits" %}
-
diff --git a/netbox/templates/core/datasource.html b/netbox/templates/core/datasource.html index abd366901..569e4889d 100644 --- a/netbox/templates/core/datasource.html +++ b/netbox/templates/core/datasource.html @@ -116,7 +116,7 @@
{% trans "Files" %}
-
diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index 61dae9873..ef7bb79e6 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -160,7 +160,7 @@ {% include 'inc/panels/comments.html' %}
{% trans "Virtual Device Contexts" %}
-
@@ -302,7 +302,7 @@ {% endif %}
{% trans "Services" %}
-
diff --git a/netbox/templates/dcim/interface.html b/netbox/templates/dcim/interface.html index c315fac59..72604c12b 100644 --- a/netbox/templates/dcim/interface.html +++ b/netbox/templates/dcim/interface.html @@ -349,7 +349,7 @@
{% trans "IP Addresses" %}
-
diff --git a/netbox/templates/dcim/location.html b/netbox/templates/dcim/location.html index 705e07da7..56f8854df 100644 --- a/netbox/templates/dcim/location.html +++ b/netbox/templates/dcim/location.html @@ -74,7 +74,7 @@
{% trans "Child Locations" %}
-
@@ -88,7 +88,7 @@
Non-Racked Devices
-
diff --git a/netbox/templates/dcim/powerpanel.html b/netbox/templates/dcim/powerpanel.html index 8cb4158ff..2a28d5b15 100644 --- a/netbox/templates/dcim/powerpanel.html +++ b/netbox/templates/dcim/powerpanel.html @@ -51,7 +51,7 @@ {% csrf_token %}
{% trans "Power Feeds" %}
-
diff --git a/netbox/templates/dcim/region.html b/netbox/templates/dcim/region.html index 8a74a9faa..1c86e8cfd 100644 --- a/netbox/templates/dcim/region.html +++ b/netbox/templates/dcim/region.html @@ -54,7 +54,7 @@
{% trans "Child Regions" %}
-
diff --git a/netbox/templates/dcim/site.html b/netbox/templates/dcim/site.html index 6d42a160a..fc10b3451 100644 --- a/netbox/templates/dcim/site.html +++ b/netbox/templates/dcim/site.html @@ -127,7 +127,7 @@
Locations
-
@@ -141,7 +141,7 @@
Non-Racked Devices
-
diff --git a/netbox/templates/dcim/sitegroup.html b/netbox/templates/dcim/sitegroup.html index abe353d4c..46855c6f9 100644 --- a/netbox/templates/dcim/sitegroup.html +++ b/netbox/templates/dcim/sitegroup.html @@ -54,7 +54,7 @@
{% trans "Child Groups" %}
-
diff --git a/netbox/templates/dcim/virtualdevicecontext.html b/netbox/templates/dcim/virtualdevicecontext.html index 6f88d22ec..b337097e8 100644 --- a/netbox/templates/dcim/virtualdevicecontext.html +++ b/netbox/templates/dcim/virtualdevicecontext.html @@ -83,7 +83,7 @@
{% trans "Interfaces" %}
-
diff --git a/netbox/templates/ipam/fhrpgroup.html b/netbox/templates/ipam/fhrpgroup.html index 4fee4a802..9ab718a52 100644 --- a/netbox/templates/ipam/fhrpgroup.html +++ b/netbox/templates/ipam/fhrpgroup.html @@ -70,7 +70,7 @@
{% trans "Virtual IP Addresses" %}
-
diff --git a/netbox/templates/ipam/ipaddress.html b/netbox/templates/ipam/ipaddress.html index c29aa8bc9..5021dabbd 100644 --- a/netbox/templates/ipam/ipaddress.html +++ b/netbox/templates/ipam/ipaddress.html @@ -120,7 +120,7 @@ {% endif %}
{% trans "Services" %}
-
diff --git a/netbox/templates/ipam/routetarget.html b/netbox/templates/ipam/routetarget.html index 7894e946f..b5b2357fa 100644 --- a/netbox/templates/ipam/routetarget.html +++ b/netbox/templates/ipam/routetarget.html @@ -38,7 +38,7 @@
{% trans "Importing VRFs" %}
-
@@ -47,7 +47,7 @@
{% trans "Exporting VRFs" %}
-
@@ -58,7 +58,7 @@
{% trans "Importing L2VPNs" %}
-
@@ -67,7 +67,7 @@
{% trans "Exporting L2VPNs" %}
-
diff --git a/netbox/templates/ipam/vlan.html b/netbox/templates/ipam/vlan.html index fa7cf2564..f316b5da1 100644 --- a/netbox/templates/ipam/vlan.html +++ b/netbox/templates/ipam/vlan.html @@ -85,7 +85,7 @@
{% trans "Prefixes" %}
-
diff --git a/netbox/templates/tenancy/contact.html b/netbox/templates/tenancy/contact.html index be5295f6f..9db91a47b 100644 --- a/netbox/templates/tenancy/contact.html +++ b/netbox/templates/tenancy/contact.html @@ -84,7 +84,7 @@
{% trans "Assignments" %}
-
diff --git a/netbox/templates/tenancy/contactgroup.html b/netbox/templates/tenancy/contactgroup.html index e8f6a86a7..a3597bf95 100644 --- a/netbox/templates/tenancy/contactgroup.html +++ b/netbox/templates/tenancy/contactgroup.html @@ -47,7 +47,7 @@
{% trans "Child Groups" %}
-
diff --git a/netbox/templates/tenancy/tenantgroup.html b/netbox/templates/tenancy/tenantgroup.html index 874c6912d..550e81de2 100644 --- a/netbox/templates/tenancy/tenantgroup.html +++ b/netbox/templates/tenancy/tenantgroup.html @@ -56,7 +56,7 @@
{% trans "Child Groups" %}
-
diff --git a/netbox/templates/virtualization/virtualmachine.html b/netbox/templates/virtualization/virtualmachine.html index 128d03c33..6f180a88c 100644 --- a/netbox/templates/virtualization/virtualmachine.html +++ b/netbox/templates/virtualization/virtualmachine.html @@ -155,7 +155,7 @@
{% trans "Services" %}
-
@@ -175,7 +175,7 @@
{% trans "Virtual Disks" %}
-
diff --git a/netbox/templates/virtualization/vminterface.html b/netbox/templates/virtualization/vminterface.html index db567e7e0..ad323311d 100644 --- a/netbox/templates/virtualization/vminterface.html +++ b/netbox/templates/virtualization/vminterface.html @@ -86,7 +86,7 @@
{% trans "IP Addresses" %}
-
diff --git a/netbox/templates/vpn/ikepolicy.html b/netbox/templates/vpn/ikepolicy.html index 7217aaf28..17b58e394 100644 --- a/netbox/templates/vpn/ikepolicy.html +++ b/netbox/templates/vpn/ikepolicy.html @@ -57,7 +57,7 @@
{% trans "Proposals" %}
-
diff --git a/netbox/templates/vpn/ipsecpolicy.html b/netbox/templates/vpn/ipsecpolicy.html index 3e75a7db7..312303f41 100644 --- a/netbox/templates/vpn/ipsecpolicy.html +++ b/netbox/templates/vpn/ipsecpolicy.html @@ -45,7 +45,7 @@
{% trans "Proposals" %}
-
diff --git a/netbox/templates/vpn/l2vpn.html b/netbox/templates/vpn/l2vpn.html index 7cc747ed8..ea21a1857 100644 --- a/netbox/templates/vpn/l2vpn.html +++ b/netbox/templates/vpn/l2vpn.html @@ -55,7 +55,7 @@
{% trans "Terminations" %}
-
diff --git a/netbox/templates/vpn/tunnel.html b/netbox/templates/vpn/tunnel.html index d8a831722..194b12ddd 100644 --- a/netbox/templates/vpn/tunnel.html +++ b/netbox/templates/vpn/tunnel.html @@ -71,7 +71,7 @@
{% trans "Terminations" %}
-
diff --git a/netbox/templates/vpn/tunneltermination.html b/netbox/templates/vpn/tunneltermination.html index 6f4e83ce0..9fb3c8489 100644 --- a/netbox/templates/vpn/tunneltermination.html +++ b/netbox/templates/vpn/tunneltermination.html @@ -51,7 +51,7 @@
{% trans "Peer Terminations" %}
-
diff --git a/netbox/templates/wireless/wirelesslangroup.html b/netbox/templates/wireless/wirelesslangroup.html index 095ec9fc8..a7b956ca5 100644 --- a/netbox/templates/wireless/wirelesslangroup.html +++ b/netbox/templates/wireless/wirelesslangroup.html @@ -54,7 +54,7 @@
{% trans "Child Groups" %}
-
diff --git a/netbox/utilities/templates/builtins/htmx_table.html b/netbox/utilities/templates/builtins/htmx_table.html index 7e871931c..a53f4d5e9 100644 --- a/netbox/utilities/templates/builtins/htmx_table.html +++ b/netbox/utilities/templates/builtins/htmx_table.html @@ -1,4 +1,4 @@ -