trafficmonitor init...1

This commit is contained in:
choi.jh 2025-11-13 17:15:30 +09:00
parent f087be874c
commit c96312c8b2

View File

@ -9,6 +9,7 @@ class CollectorForm extends CommonForm
public function __construct()
{
parent::__construct();
$this->setActionButtons(['view' => ICONS['SEARCH']]);
}
public function getFormRule(string $action, string $field): string