bsw@276: local units = Unit:get_flattened_tree{ active = true } bsw@276: bsw@276: ui.list{ bsw@276: records = units, bsw@276: columns = { bsw@276: { bsw@276: content = function(unit) bsw@276: ui.link{ text = unit.name, module = "area", view = "list", params = { unit_id = unit.id } } bsw@276: end bsw@276: } bsw@276: } bsw@276: }