Browse Source

new info button

andre 5 months ago
parent
commit
b84cbf9454

+ 1 - 0
app/UI/Client/Setting/Buttons/EditSettingButton.php

@@ -24,6 +24,7 @@ class EditSettingButton extends ButtonDataTableModalAction implements ClientArea
     {
         $this->initIds('editSettingButton');
         $this->initLoadModalAction(new EditSettingModal());
+        $this->setDisableByColumnValue("selfdns ", 0);
     }
 
 }

+ 0 - 1
app/UI/Client/Setting/Buttons/InfoButton.php

@@ -16,7 +16,6 @@ class InfoButton extends ButtonDataTableModalAction implements ClientArea
     {
         $this->initIds('infoButton ');
         $this->initLoadModalAction(new InfoModal());
-        $this->setDisableByColumnValue("selfdns ", 0);
     }
 
 }