mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 09:14:06 +08:00
add web.login.local
This commit is contained in:
parent
9c13c4ce53
commit
732a95cbed
@ -84,7 +84,7 @@ var Index = &ctx.Context{Name: "ssh", Help: "集群中心",
|
|||||||
Configs: map[string]*ctx.Config{
|
Configs: map[string]*ctx.Config{
|
||||||
"componet": {Name: "componet", Value: map[string]interface{}{
|
"componet": {Name: "componet", Value: map[string]interface{}{
|
||||||
"index": []interface{}{
|
"index": []interface{}{
|
||||||
map[string]interface{}{"name": "ifconfig", "help": "ifconfig",
|
map[string]interface{}{"name": "ifconfig", "help": "网卡",
|
||||||
"tmpl": "componet", "view": "", "init": "",
|
"tmpl": "componet", "view": "", "init": "",
|
||||||
"type": "private", "ctx": "ssh", "cmd": "_route",
|
"type": "private", "ctx": "ssh", "cmd": "_route",
|
||||||
"args": []interface{}{"_", "tcp.ifconfig"}, "inputs": []interface{}{
|
"args": []interface{}{"_", "tcp.ifconfig"}, "inputs": []interface{}{
|
||||||
@ -92,7 +92,7 @@ var Index = &ctx.Context{Name: "ssh", Help: "集群中心",
|
|||||||
map[string]interface{}{"type": "button", "value": "查看", "action": "auto"},
|
map[string]interface{}{"type": "button", "value": "查看", "action": "auto"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
map[string]interface{}{"name": "proc", "help": "proc",
|
map[string]interface{}{"name": "proc", "help": "进程",
|
||||||
"tmpl": "componet", "view": "", "init": "",
|
"tmpl": "componet", "view": "", "init": "",
|
||||||
"type": "private", "ctx": "ssh", "cmd": "_route",
|
"type": "private", "ctx": "ssh", "cmd": "_route",
|
||||||
"args": []interface{}{"_", "cli.proc"}, "inputs": []interface{}{
|
"args": []interface{}{"_", "cli.proc"}, "inputs": []interface{}{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user