mirror of
https://shylinux.com/x/icebergs
synced 2025-04-25 17:18:05 +08:00
add some
This commit is contained in:
parent
612ecdf4a6
commit
1936feae4b
@ -491,9 +491,10 @@ func init() {
|
|||||||
} else {
|
} else {
|
||||||
m.Action(mdb.CREATE, STARTALL, STOPALL)
|
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)
|
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 {
|
} else if arg[0] == ctx.ACTION {
|
||||||
gdb.Event(m, DREAM_ACTION, arg)
|
gdb.Event(m, DREAM_ACTION, arg)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user