handle more sec levels in ui stats
This commit is contained in:
parent
52e3600ae1
commit
d91480104b
4 changed files with 10 additions and 4 deletions
|
@ -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'){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue