# HG changeset patch # User bsw # Date 1539877537 -7200 # Node ID 91f6498ba5451f7f10ac70f1cd2a4bcc6044c284 # Parent a006f2e3b5b5562ef6bfdc3831ee0bec54af68a1 Added breadcrumbs to admin index view diff -r a006f2e3b5b5 -r 91f6498ba545 app/main/admin/index.lua --- a/app/main/admin/index.lua Thu Oct 18 17:45:09 2018 +0200 +++ b/app/main/admin/index.lua Thu Oct 18 17:45:37 2018 +0200 @@ -4,6 +4,8 @@ local policies = Policy:build_selector{}:add_order_by("index"):exec() +ui.titleAdmin() + ui.grid{ content = function() ui.cell_main{ content = function()