trafficmonitor init...1
This commit is contained in:
parent
881b8a4024
commit
fedcc0158b
@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user