trafficmonitor init...1

This commit is contained in:
choi.jh 2025-11-13 16:10:34 +09:00
parent 881b8a4024
commit fedcc0158b

View File

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