From 2ac800d6eff9fd232023063bc037a5915f942e8c Mon Sep 17 00:00:00 2001 From: Julien Verneuil Date: Fri, 24 Jun 2016 17:08:41 +0200 Subject: [PATCH] add "dash_board" function which display only one large dashboard content --- web/widgets/dashboard.anubis | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/web/widgets/dashboard.anubis b/web/widgets/dashboard.anubis index 206993e..7935025 100644 --- a/web/widgets/dashboard.anubis +++ b/web/widgets/dashboard.anubis @@ -41,4 +41,17 @@ public define HTML_Off_Form ]) ]). - +public define HTML_Off_Form + dash_board + ( + Dashboard_content content + )= + table([class("container")], + [ row( [ cell([class("module_col")], + if content is + { + none then literal(""), + content(list, title) then partial(html_wave_box_wide(title, changelist_table(list))) + } + )])]). + -- libgit2 0.21.4