瀏覽代碼

new info button

andre 5 月之前
父節點
當前提交
fe0f80f3c7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/UI/Client/Setting/Buttons/InfoButton.php

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

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