diff --git a/src/pages/Zone/Card/ZoneLocations.vue b/src/pages/Zone/Card/ZoneLocations.vue
index 7e9a3f23c..76a216215 100644
--- a/src/pages/Zone/Card/ZoneLocations.vue
+++ b/src/pages/Zone/Card/ZoneLocations.vue
@@ -1,11 +1,80 @@
-
+
+
+ onSelected($event, node)"
+ toggle-indeterminate
+ color="transparent"
+ :class="[
+ 'checkbox',
+ node.selected
+ ? '--checked'
+ : node.selected == false
+ ? '--unchecked'
+ : '--indeterminate',
+ ]"
+ />
+
+
+
+
diff --git a/src/pages/Zone/Card/ZoneLocationsTree.vue b/src/pages/Zone/Card/ZoneLocationsTree.vue
index 0bc141efa..6b36b6109 100644
--- a/src/pages/Zone/Card/ZoneLocationsTree.vue
+++ b/src/pages/Zone/Card/ZoneLocationsTree.vue
@@ -159,55 +159,8 @@ onMounted(async () => {
class="qtr row justify-between full-width q-pr-md cursor-pointer"
>
{{ node.name }}
- onSelected($event, node)"
- toggle-indeterminate
- color="transparent"
- :class="[
- 'checkbox',
- node.selected
- ? '--checked'
- : node.selected == false
- ? '--unchecked'
- : '--indeterminate',
- ]"
- />
+
-
-