From 723b6ce9f597fcaf53a9e7e24f44459cf70d9972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20CHOMAZ?= Date: Mon, 23 Dec 2024 22:00:11 +0100 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20du=20composant=20WebSocket=20po?= =?UTF-8?q?ur=20dialoguer=20avec=20le=20service=20DMX=20Manager?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/WSDebugControl.vue | 102 +++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 ui/src/components/WSDebugControl.vue diff --git a/ui/src/components/WSDebugControl.vue b/ui/src/components/WSDebugControl.vue new file mode 100644 index 0000000..688872b --- /dev/null +++ b/ui/src/components/WSDebugControl.vue @@ -0,0 +1,102 @@ + + + + + \ No newline at end of file