From 1587c04f15ac754785adc611a490b11dbb18c8f7 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Wed, 20 Jul 2016 11:47:32 +0200 Subject: [PATCH] minmod --- manager/view/machine/groups.php | 2 +- test/client/interface.php | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/manager/view/machine/groups.php b/manager/view/machine/groups.php index d761894..1d15411 100644 --- a/manager/view/machine/groups.php +++ b/manager/view/machine/groups.php @@ -26,7 +26,7 @@ @icon_type - utilisateurs (@count) + @count machines diff --git a/test/client/interface.php b/test/client/interface.php index 65ca54f..8a4fbbb 100644 --- a/test/client/interface.php +++ b/test/client/interface.php @@ -410,6 +410,13 @@ clearInterval(INTERVAL); }, false); + + /* [5] Synchronisation + =========================================================*/ + sync.addEventListener('click', function(e){ + + }, false); +