From 345dfc58a6230d9bc5e88c063a3fc14f3647e68d Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Tue, 26 Jul 2016 14:27:53 -0500 Subject: RT#38217: Send email when logging conditions are met --- httemplate/edit/log_email.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httemplate/edit') diff --git a/httemplate/edit/log_email.html b/httemplate/edit/log_email.html index 709a24069..4483190ec 100644 --- a/httemplate/edit/log_email.html +++ b/httemplate/edit/log_email.html @@ -10,8 +10,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', -- cgit v1.2.1