Parcourir la source

new info button

andre il y a 5 mois
Parent
commit
7cd08c0507
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      app/UI/Client/Setting/Pages/Settings.php

+ 4 - 1
app/UI/Client/Setting/Pages/Settings.php

@@ -94,7 +94,10 @@ class Settings extends DataTable implements ClientArea
      */
     public function replaceFieldSelfdns($key, $row)
     {
-        return '';
+        $field = new EnabledField();
+        $field->setClass("hidden");
+
+        return $field->getHtml();
     }
 
     /**