summaryrefslogtreecommitdiff
path: root/httemplate/edit/log_email.html
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-07-26 14:27:53 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-07-26 14:27:53 -0500
commit5f563d5ac7e6e1e93cca382baa42ee106f3db5a0 (patch)
treee9a436a4553b19573d4ee5ac66e201889561c330 /httemplate/edit/log_email.html
parent0b08a87698a2278f3806a66dd6c93b24b18d4767 (diff)
RT#38217: Send email when logging conditions are met
Diffstat (limited to 'httemplate/edit/log_email.html')
-rw-r--r--httemplate/edit/log_email.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/log_email.html b/httemplate/edit/log_email.html
index 0c98046d3..4b7d09fb4 100644
--- a/httemplate/edit/log_email.html
+++ b/httemplate/edit/log_email.html
@@ -16,8 +16,8 @@
},
{ 'field' => 'min_level',
'type' => 'select',
- 'options' => [ 0..7 ],
- 'labels' => { map {$_ => $FS::Log::LEVELS[$_]} 0..7 },
+ 'options' => [ 0..4 ],
+ 'labels' => { map {$_ => $FS::Log::LEVELS[$_]} 0..4 },
'curr_value' => scalar($cgi->param('min_level')),
},
'to_addr',