From c96312c8b24ffc620405462ae1e3c18e4718e2a9 Mon Sep 17 00:00:00 2001 From: "choi.jh" Date: Thu, 13 Nov 2025 17:15:30 +0900 Subject: [PATCH] trafficmonitor init...1 --- app/Forms/CollectorForm.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Forms/CollectorForm.php b/app/Forms/CollectorForm.php index 1e42ed3..58c26b9 100644 --- a/app/Forms/CollectorForm.php +++ b/app/Forms/CollectorForm.php @@ -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