Develop multi-user areas for LuCI

Hi Kris,
I've found a simply way to add overview information to the home page (before that you insert credentials).
Just insert this line after form statement in /usr/lib/lua/luci/view/sysauth.htm file:

<% luci.template.render("admin_status/index") %>

Bye