cfmgrv4 init...10

This commit is contained in:
최준흠 2025-03-14 09:19:30 +09:00
parent 0d56da8c62
commit f34739bf3e

View File

@ -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);