1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 01:24:05 +08:00
This commit is contained in:
shaoying 2020-10-17 13:26:03 +08:00
parent c8c65ccefe
commit 91f290fb98

View File

@ -116,6 +116,12 @@ func init() {
m.PushButton(gdb.START)
})
m.Push(kit.MDB_TYPE, MYSELF)
m.Push(kit.SSH_ROUTE, ice.Info.NodeName)
u := kit.ParseURL(m.Option(ice.MSG_USERWEB))
m.PushRender(kit.MDB_LINK, "a", "localhost", kit.Format("%s://%s:%s", u.Scheme, "localhost", u.Port()))
m.PushButton(gdb.START)
m.Sort(kit.SSH_ROUTE)
return // 设备列表
}