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,