handle more sec levels in ui stats

This commit is contained in:
Kevin Froman 2020-02-04 15:42:08 -06:00
parent 52e3600ae1
commit d91480104b
4 changed files with 10 additions and 4 deletions

View file

@ -62,6 +62,12 @@ switch (httpGet('/config/get/general.security_level')){
case "1":
sec_description_str = 'high'
break;
case "2":
sec_description_str = 'very high'
break;
case "3":
sec_description_str = 'extreme'
break;
}
if (sec_description_str !== 'normal'){