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
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 34s
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user