mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
parent
17e5f2bec7
commit
5f9d979d58
3 changed files with 8 additions and 2 deletions
|
|
@ -1235,7 +1235,8 @@ end
|
|||
-- #################################
|
||||
|
||||
function getOperatingSystemName(id)
|
||||
if(id == 1) then return("Linux")
|
||||
if(id == 0) then return("Unknown")
|
||||
elseif(id == 1) then return("Linux")
|
||||
elseif(id == 2) then return("Windows")
|
||||
elseif(id == 3) then return("MacOS")
|
||||
elseif(id == 4) then return("iOS")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue