Browse Source

new info button

andre 5 months ago
parent
commit
19b2b04c2e
1 changed files with 10 additions and 0 deletions
  1. 10 0
      app/UI/Client/Setting/Pages/Settings.php

+ 10 - 0
app/UI/Client/Setting/Pages/Settings.php

@@ -87,6 +87,16 @@ class Settings extends DataTable implements ClientArea
         return $field->getHtml();
         return $field->getHtml();
     }
     }
 
 
+    /**
+     * @param $key
+     * @param $row
+     * @return mixed
+     */
+    public function replaceFieldSelfdns($key, $row)
+    {
+        return $row[$key] ? $row[$key] : '';
+    }
+
     /**
     /**
      * load buttons
      * load buttons
      */
      */