Browse Source

new info button

andre 5 months ago
parent
commit
9d9f58698c
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

@@ -100,6 +100,16 @@ class Settings extends DataTable implements ClientArea
         $this->addHtmlAttribute('display', 'none');
     }
 
+    /**
+     * @param $key
+     * @param $row
+     * @return mixed
+     */
+    public function customColumnHtmlSelfdomain()
+    {
+        $this->addHtmlAttribute('display', 'none');
+    }
+
     /**
      * load buttons
      */