diff --git a/Vue/Reseausoins/index.php b/Vue/Reseausoins/index.php index 76f39568..5695988a 100755 --- a/Vue/Reseausoins/index.php +++ b/Vue/Reseausoins/index.php @@ -1,3 +1,6 @@ +
@@ -6,15 +9,10 @@
-

+

-
@@ -28,7 +26,7 @@ ID - + @@ -81,7 +79,7 @@ // Initialisation SmartTable var checkDTReseaux = setInterval(function() { if (typeof initSmartTable === 'function') { - initSmartTable('.datatable-reseaux', 'Liste_Reseaux_Soins', false); + initSmartTable('.datatable-reseaux', '', false); clearInterval(checkDTReseaux); } }, 100);