Browse Source

new info button

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

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

@@ -89,19 +89,6 @@ class Settings extends DataTable implements ClientArea
         return $field->getHtml();
     }
 
-    /**
-     * @param $key
-     * @param $row
-     * @return mixed
-     */
-    public function replaceFieldSelfdns($key, $row)
-    {
-        $field = new EnabledField();
-        $field->setRawType($row[$key]);
-        $field->addClass('hidden');
-        return $field->getHtml();
-    }
-
     /**
      * load buttons
      */