From 3f21bc04656b21f631b6b9d9ed77fb490adafe91 Mon Sep 17 00:00:00 2001 From: Pierre Marx Date: Thu, 4 Sep 2025 12:32:09 -0400 Subject: [PATCH] Statut de connexion au serveur --- config.json | 5 +++ index.html | 4 +++ main.js | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 5 ++- renderer.js | 52 +++++++++++++++++++++++++++++++ styles.css | 58 +++++++++++++++++++++++++++++++++++ 6 files changed, 210 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index aa66435..e15bea0 100644 --- a/config.json +++ b/config.json @@ -105,5 +105,10 @@ "autoConnexion": true, "notificationSonore": true, "affichageCompact": false + }, + "signalR": { + "serverUrl": "http://10.90.20.201:8002/signalR", + "serviceProvider": "RDVPREM", + "enabled": true } } \ No newline at end of file diff --git a/index.html b/index.html index 7c74d83..e1291d8 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,10 @@