Implement simplified flows page with container filter

This commit is contained in:
emanuele-f 2019-04-26 10:44:44 +02:00
parent dd848a5ae9
commit fdc7772519
11 changed files with 359 additions and 53 deletions

View file

@ -3627,6 +3627,12 @@ end
-- ###########################################
function shortenContainer(container)
return container:sub(1, 12)
end
-- ###########################################
--
-- IMPORTANT
-- Leave it at the end so it can use the functions