diff --git a/base/web/dream.go b/base/web/dream.go index 155b5714..46bda94d 100644 --- a/base/web/dream.go +++ b/base/web/dream.go @@ -496,9 +496,10 @@ func init() { } else { m.Action(mdb.CREATE, STARTALL, STOPALL) } - m.StatusTimeCountStats(mdb.TYPE, mdb.STATUS) + ctx.DisplayTableCard(m) + m.Options(ice.MSG_TOOLKIT, "web.code.compose.insight") m.Sort("type,status,name", []string{aaa.LOGIN, WORKER, SERVER, ORIGIN}, []string{cli.START, cli.STOP, cli.BEGIN}, ice.STR_R) - ctx.DisplayTableCard(m.Options(ice.MSG_TOOLKIT, "web.code.compose.insight")) + m.StatusTimeCountStats(mdb.TYPE, mdb.STATUS) } else if arg[0] == ctx.ACTION { gdb.Event(m, DREAM_ACTION, arg) }