From 7404caed3af04264faa58a600b9d4d0538f06ce5 Mon Sep 17 00:00:00 2001 From: Arthur Hanson Date: Wed, 4 Sep 2024 14:01:16 -0700 Subject: [PATCH] 17353 make map buttons consistent (#17371) * 17353 make map buttons consistent * 17353 fix margin --- netbox/templates/dcim/device.html | 6 +++--- netbox/templates/dcim/site.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index 38dc0347f..b74d4b5f6 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -63,9 +63,9 @@ {% if object.latitude and object.longitude %} {% if config.MAPS_URL %} -
- - {% trans "Map It" %} + {% endif %} diff --git a/netbox/templates/dcim/site.html b/netbox/templates/dcim/site.html index 38b740612..bf73b5386 100644 --- a/netbox/templates/dcim/site.html +++ b/netbox/templates/dcim/site.html @@ -95,9 +95,9 @@ {% if object.latitude and object.longitude %} {% if config.MAPS_URL %} -