From 963dbf6c40d7f30aea8d152b87a2f3c6af500413 Mon Sep 17 00:00:00 2001 From: hengyunabc Date: Thu, 1 Jul 2021 15:20:28 +0800 Subject: [PATCH] update web-console.md --- site/src/site/sphinx/en/web-console.md | 2 ++ site/src/site/sphinx/web-console.md | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/site/src/site/sphinx/en/web-console.md b/site/src/site/sphinx/en/web-console.md index 03b052266..cbf952cef 100644 --- a/site/src/site/sphinx/en/web-console.md +++ b/site/src/site/sphinx/en/web-console.md @@ -15,6 +15,8 @@ The user can fill in the IP and connect the remote arthas on other machines. If you have suggestions for the Web Console, please leave a message here: [https://github.com/alibaba/arthas/issues/15](https://github.com/alibaba/arthas/issues/15) +* Copy and paste shortcut keys in Web Console: [https://github.com/alibaba/arthas/issues/1056](https://github.com/alibaba/arthas/issues/1056) + ### Connect remote arthas through arthas tunnel server [Arthas Tunnel](tunnel.md) \ No newline at end of file diff --git a/site/src/site/sphinx/web-console.md b/site/src/site/sphinx/web-console.md index 92defdaa7..549657409 100644 --- a/site/src/site/sphinx/web-console.md +++ b/site/src/site/sphinx/web-console.md @@ -16,9 +16,7 @@ Arthas目前支持Web Console,用户在attach成功之后,可以直接访问 > 默认情况下,arthas只listen 127.0.0.1,所以如果想从远程连接,则可以使用 `--target-ip`参数指定listen的IP,更多参考`-h`的帮助说明。 > 注意会有安全风险,考虑下面的tunnel server的方案。 -后续更多Web Console功能支持,请到issue下留言:[https://github.com/alibaba/arthas/issues/15](https://github.com/alibaba/arthas/issues/15) - - +* 在Web Console复制粘贴快捷键参考: [https://github.com/alibaba/arthas/issues/1056](https://github.com/alibaba/arthas/issues/1056) ### 使用arthas tunnel server连接远程arthas [Arthas Tunnel](tunnel.md) \ No newline at end of file