missing content report moved to xml

This commit is contained in:
MihailRis
2024-04-22 22:17:06 +03:00
parent 61ca91b525
commit 132016d33f
9 changed files with 78 additions and 44 deletions
@@ -0,0 +1,5 @@
function on_open(report)
for i, entry in ipairs(report.content) do
document.content_panel:add(gui.template("content_entry", entry))
end
end