From 1936feae4b8fc9cc65a7aff7de2a08b3bcd89490 Mon Sep 17 00:00:00 2001 From: shy Date: Thu, 27 Feb 2025 17:45:43 +0800 Subject: [PATCH] add some --- base/web/dream.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/base/web/dream.go b/base/web/dream.go index 8043e1ec..1229d1cb 100644 --- a/base/web/dream.go +++ b/base/web/dream.go @@ -491,9 +491,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) }