From 431dedf3eb0efc3bfad0dab6d45f8cd330077454 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 20 Mar 2023 01:28:12 +0100 Subject: [PATCH] BluetoothDevice moved to its own component, with device connect support. --- .../panels/Entities/BluetoothDevice.vue | 74 ++++++++++++++++++- 1 file changed, 73 insertions(+), 1 deletion(-) mode change 120000 => 100644 platypush/backend/http/webapp/src/components/panels/Entities/BluetoothDevice.vue diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/BluetoothDevice.vue b/platypush/backend/http/webapp/src/components/panels/Entities/BluetoothDevice.vue deleted file mode 120000 index 792c7695..00000000 --- a/platypush/backend/http/webapp/src/components/panels/Entities/BluetoothDevice.vue +++ /dev/null @@ -1 +0,0 @@ -Device.vue \ No newline at end of file diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/BluetoothDevice.vue b/platypush/backend/http/webapp/src/components/panels/Entities/BluetoothDevice.vue new file mode 100644 index 00000000..89d746fb --- /dev/null +++ b/platypush/backend/http/webapp/src/components/panels/Entities/BluetoothDevice.vue @@ -0,0 +1,73 @@ + + + + +