Browse Source

new info button

andre 5 months ago
parent
commit
7cd08c0507
1 changed files with 4 additions and 1 deletions
  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)
     public function replaceFieldSelfdns($key, $row)
     {
     {
-        return '';
+        $field = new EnabledField();
+        $field->setClass("hidden");
+
+        return $field->getHtml();
     }
     }
 
 
     /**
     /**