Added task report option in alert mail page
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 34s

This commit is contained in:
dhanabalan
2026-09-16 08:51:13 +05:30
parent 1cf677c190
commit f78c2262e3

View File

@@ -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')