Adds application category to the flow details page

This commit is contained in:
Simone Mainardi 2018-10-09 12:17:19 +02:00
parent a552d2e525
commit 6d99be2f2d
7 changed files with 32 additions and 11 deletions

View file

@ -1264,6 +1264,13 @@ function getApplicationLabel(name)
return(icon.." "..name)
end
-- #################################
function getCategoryLabel(cat_name)
cat_name = cat_name:gsub("^%l", string.upper)
return(cat_name)
end
function mapOS2Icon(name)
if(name == nil) then
return("")