Added two more options in module and rule name in alert mail page
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 12s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 18s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 11s
Laravel Larastan / larastan (pull_request) Failing after 4m39s
Laravel Pint / pint (pull_request) Successful in 2m27s

This commit is contained in:
dhanabalan
2026-08-24 09:55:07 +05:30
parent 8250e9083d
commit fe2a8d90e5

View File

@@ -81,7 +81,8 @@ class AlertMailRuleResource extends Resource
'ImportTransit' => 'ImportTransit',
'VehicleReport' => 'VehicleReport',
'ExportDispatchReport' => 'ExportDispatchReport',
'LaserStopReport' => 'LaserStopReport'
'LaserStopAlert' => 'LaserStopAlert',
'LaserStopReport' => 'LaserStopReport',
]),
Forms\Components\Select::make('rule_name')
->label('Rule Name')
@@ -96,7 +97,8 @@ class AlertMailRuleResource extends Resource
'ImportTransitMail' => 'Import Transit Mail',
'VehicleReportMail' => 'Vehicle Report Mail',
'ExportDispatchReportMail' => 'Export Dispatch Report Mail',
'LaserStopMail' => 'Laser Stop Mail'
'LaserStopAlertMail' => 'Laser Stop Alert Mail',
'LaserStopMail' => 'Laser Stop Report Mail'
])
->required(),
Forms\Components\TextInput::make('email')