mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Added Victim and Attacker shown into the Developer page
This commit is contained in:
parent
cc611b25b3
commit
bf12e0c103
27 changed files with 338 additions and 82 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue