Added Victim and Attacker shown into the Developer page

This commit is contained in:
Matteo Biscosi 2021-01-07 16:32:24 +01:00
parent cc611b25b3
commit bf12e0c103
27 changed files with 338 additions and 82 deletions

View file

@ -93,7 +93,7 @@ local rest_utils = {
function rest_utils.rc(ret_const, response)
local ret_code = ret_const.rc
local rc_str = ret_const.str -- String associated to the return code
local rc_str_hr -- String associated to the retrun code, human readable
local rc_str_hr -- String associated to the return code, human readable
-- Prepare the human readable string
rc_str_hr = i18n("rest_consts."..rc_str) or "Unknown"