diff --git a/src/components/LDeviceLocationPopup.vue b/src/components/LDeviceLocationPopup.vue index 4071769..a1e96fd 100644 --- a/src/components/LDeviceLocationPopup.vue +++ b/src/components/LDeviceLocationPopup.vue @@ -35,6 +35,10 @@ +
+ {{ $t("Regions:") }} + {{ regions.join(", ") }} +
@@ -56,6 +60,11 @@ margin-right: 20px; } } +.regions { + border-top: 1px solid var(--color-separator); + margin-top: 15px; + padding-top: 15px; +}