mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 09:34:05 +08:00
opt some
This commit is contained in:
parent
c8c65ccefe
commit
91f290fb98
@ -116,6 +116,12 @@ func init() {
|
|||||||
m.PushButton(gdb.START)
|
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)
|
m.Sort(kit.SSH_ROUTE)
|
||||||
return // 设备列表
|
return // 设备列表
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user