cfmgrv4 init...10
This commit is contained in:
parent
b2c0d784ef
commit
2115bb6d89
@ -66,7 +66,7 @@ class ZoneController extends CloudflareController
|
||||
protected function create_init(string $action, $fields = []): void
|
||||
{
|
||||
$fields = [
|
||||
'fields' => [$this->getService()->getModel()::PARENT, 'domain', 'hosts', 'type', 'content', 'proxied'],
|
||||
'fields' => [$this->getService()->getModel()::PARENT, 'domains', 'hosts', 'type', 'content', 'proxied'],
|
||||
'filter_fields' => [$this->getService()->getModel()::PARENT, 'type', 'proxied']
|
||||
];
|
||||
parent::create_init($action, $fields);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user