|
|
@@ -220,7 +220,7 @@ class Settings extends DataTable implements ClientArea
|
|
|
$dataProv = new ArrayDataProvider();
|
|
|
$dataProv->setDefaultSorting('setting', 'ASC')->setData($data);
|
|
|
$this->setDataProvider($dataProv);
|
|
|
- $this->setDisableByColumnValue('selfdns', 'warning');
|
|
|
+ $this->setDisableByColumnValue('selfdns', 'unset');
|
|
|
|
|
|
}
|
|
|
|