From bdd32b31a8c1561626446c94a4e38613c8d89646 Mon Sep 17 00:00:00 2001 From: Daniel Spitzer Date: Tue, 2 Sep 2025 09:27:51 +0200 Subject: [PATCH] =?UTF-8?q?Ger=C3=A4tetyp=20erweitert=20um=20Temperaturen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/pages/Device/Device.js | 124 +++++++++++++++---------------- 1 file changed, 62 insertions(+), 62 deletions(-) diff --git a/public/js/pages/Device/Device.js b/public/js/pages/Device/Device.js index ef048a27b..d56b8ec77 100644 --- a/public/js/pages/Device/Device.js +++ b/public/js/pages/Device/Device.js @@ -11,38 +11,38 @@ const deviceTypeFilterOptions = window?.TT_CONFIG?.DEVICE_TYPES.map(type => ({ Vue.component('device-view-switch', { //language=Vue template: ` -
-
- - - -
-
- -
-
- `, +
+
+ + + +
+
+ +
+
+ `, props: ['value'], data() { return { @@ -172,24 +172,24 @@ Vue.component('DeviceTable', { Vue.component('DeviceManufacturer', { //language=Vue template: ` - + - + - + - - `, + + `, data() { return { window: window, @@ -211,24 +211,24 @@ Vue.component('DeviceManufacturer', { Vue.component('DeviceType', { //language=Vue template: ` - + - + - + - - `, + + `, data() { return { window: window,