release v0.4.1

This commit is contained in:
dushixiang 2021-05-16 20:12:20 +08:00 committed by dushixiang
parent d33779ac34
commit 8622e77d5a
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ import (
"github.com/labstack/gommon/log" "github.com/labstack/gommon/log"
) )
const Version = "v0.4.0" const Version = "v0.4.1"
func main() { func main() {
err := Run() err := Run()

View File

@ -1,6 +1,6 @@
{ {
"name": "next-terminal", "name": "next-terminal",
"version": "0.4.0", "version": "0.4.1",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@ant-design/icons": "^4.3.0", "@ant-design/icons": "^4.3.0",

View File

@ -339,7 +339,7 @@ class Asset extends Component {
const protocol = record['protocol']; const protocol = record['protocol'];
const name = record['name']; const name = record['name'];
const sshMode = record['sshMode']; const sshMode = record['sshMode'];
alert(sshMode)
message.loading({content: '正在检测资产是否在线...', key: id}); message.loading({content: '正在检测资产是否在线...', key: id});
let result = await request.post(`/assets/${id}/tcping`); let result = await request.post(`/assets/${id}/tcping`);
if (result.code === 1) { if (result.code === 1) {