diff --git a/app/Filament/Resources/AlertMailRuleResource.php b/app/Filament/Resources/AlertMailRuleResource.php index a88096a..49223de 100644 --- a/app/Filament/Resources/AlertMailRuleResource.php +++ b/app/Filament/Resources/AlertMailRuleResource.php @@ -86,6 +86,7 @@ class AlertMailRuleResource extends Resource 'LaserStopReport' => 'LaserStopReport', 'PanelBoxAlert' => 'PanelBoxAlert', 'PanelBoxReport' => 'PanelBoxReport', + 'DailyTaskReport' => 'DailyTaskReport', ]), Forms\Components\Select::make('rule_name') ->label('Rule Name') @@ -104,7 +105,8 @@ class AlertMailRuleResource extends Resource 'LaserStopAlertMail' => 'Laser Stop Alert Mail', 'LaserStopMail' => 'Laser Stop Report Mail', 'PanelBoxAlertMail' => 'Panel Box Alert Mail', - 'PanelBoxNotOkReportMail' => 'Panel Box Not Ok Report Mail' + 'PanelBoxNotOkReportMail' => 'Panel Box Not Ok Report Mail', + 'DailyTaskReportMail' => 'Daily Task Report Mail', ]) ->required(), Forms\Components\TextInput::make('email')