Skip to content

Commit

Permalink
release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dushixiang authored and dushixiang committed May 16, 2021
1 parent 7b525ec commit fb05a59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/labstack/gommon/log"
)

const Version = "v0.4.0"
const Version = "v0.4.1"

func main() {
err := Run()
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-terminal",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/asset/Asset.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ class Asset extends Component {
const protocol = record['protocol'];
const name = record['name'];
const sshMode = record['sshMode'];
alert(sshMode)

message.loading({content: '正在检测资产是否在线...', key: id});
let result = await request.post(`/assets/${id}/tcping`);
if (result.code === 1) {
Expand Down

0 comments on commit fb05a59

Please sign in to comment.