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