release v0.4.1
This commit is contained in:
parent
d33779ac34
commit
8622e77d5a
2
main.go
2
main.go
@ -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()
|
||||||
|
@ -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",
|
||||||
|
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user