From e9524858f5a6c797dcdcf16f7784a07d83e1035d Mon Sep 17 00:00:00 2001 From: Gilles Soulier Date: Fri, 22 May 2026 19:46:52 +0200 Subject: [PATCH] feat: commande d'installation agent dans la config serveur MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nouvelle section "INSTALLATION AGENT" en bas du popup de configuration : champ lecture seule avec la commande curl pré-remplie (SERVER_IP auto depuis window.location.hostname) + bouton Copier. Co-Authored-By: Claude Sonnet 4.6 --- dashboard/js/popups.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/dashboard/js/popups.js b/dashboard/js/popups.js index b8e624f..8e0e679 100644 --- a/dashboard/js/popups.js +++ b/dashboard/js/popups.js @@ -305,6 +305,21 @@ const Popups = (() => { ${[[15,'15 min'],[30,'30 min'],[60,'1 heure'],[360,'6 heures']].map(([v,l]) => ``).join('')} + +
+
INSTALLATION AGENT
+
+ +
+ + +
+
`; document.getElementById('overlay-srvcfg').style.display = 'flex'; }