From 6e40b977c0c980f1087cff344886ac1e5179c7f8 Mon Sep 17 00:00:00 2001 From: shaoying Date: Thu, 13 Jun 2019 22:34:23 +0800 Subject: [PATCH] add some --- src/contexts/ssh/ssh.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/contexts/ssh/ssh.go b/src/contexts/ssh/ssh.go index a60d71a7..b36239f3 100644 --- a/src/contexts/ssh/ssh.go +++ b/src/contexts/ssh/ssh.go @@ -66,6 +66,7 @@ var Index = &ctx.Context{Name: "ssh", Help: "集群中心", "componet_type": "public", "componet_ctx": "aaa", "componet_cmd": "clip", "componet_args": []interface{}{}, "inputs": []interface{}{ map[string]interface{}{"label": "content", "type": "text", "name": "content"}, + map[string]interface{}{"type": "button", "value": "运行"}, }, }, },