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); +