diff --git a/view/unicaen-import/table/index.phtml b/view/unicaen-import/table/index.phtml
old mode 100644
new mode 100755
index 5225bed0dfef9a4e5adcc1308bdaccade43ca64a..619176dae283be7da53545a189f168896e09df4a
--- a/view/unicaen-import/table/index.phtml
+++ b/view/unicaen-import/table/index.phtml
@@ -44,7 +44,7 @@ echo $this->partial('unicaen-import/import/menu', ['active' => 'tables']);
                         if (in_array($table->getName(), $views)) {
 
                             $class = $table->isSyncEnabled() ? 'fas fa-check text-success' : 'fas fa-xmark text-danger refuse';
-                            $icon  = $this->tag('i', ['class' => 'fas fa-check ' . $class, 'style' => 'font-size: 14pt']);
+                            $icon  = $this->tag('i', ['class' => 'activation fas fa-check ' . $class, 'style' => 'font-size: 14pt']);
 
                             if ($canEdit) {
                                 echo $this->tag('a', [
@@ -133,7 +133,7 @@ echo $this->partial('unicaen-import/import/menu', ['active' => 'tables']);
             synchroSwitch: function (table)
             {
                 var that = this;
-                var glyphSwitch = that.element.find("tr.table-ligne[data-table='" + table + "'] .glyph-switch");
+                var glyphSwitch = that.element.find("tr.table-ligne[data-table='" + table + "'] .activation");
 
                 glyphSwitch.addClass('loading');
                 glyphSwitch.removeClass('fa-check text-success');