|
|
@@ -112,7 +112,6 @@ class Settings extends DataTable implements ClientArea
|
|
|
public function initContent()
|
|
|
{
|
|
|
$this->addActionButton(new EditSettingButton());
|
|
|
- $this->setDisableByColumnValue('selfdns', 'inactive');
|
|
|
|
|
|
}
|
|
|
|
|
|
@@ -204,6 +203,8 @@ class Settings extends DataTable implements ClientArea
|
|
|
$dataProv = new ArrayDataProvider();
|
|
|
$dataProv->setDefaultSorting('setting', 'ASC')->setData($data);
|
|
|
$this->setDataProvider($dataProv);
|
|
|
+ $this->setDisableByColumnValue('selfdns', 'inactive');
|
|
|
+
|
|
|
}
|
|
|
|
|
|
}
|