-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(shell): 修复文件管理下在终端中打开连接失败问题 (#1164)
**问题** 1.文件管理下终端打开时url中连接了登录节点名称而不是登录节点地址导致连接失败 ![image](https://github.com/PKUHPC/SCOW/assets/43978285/9adcc915-ab4a-4db4-86dd-6e826f908e53) 2.通过SHELL导航使用终端功能时,终端页面标题显示的时登录节点的地址而不是登录节点的名称,也无法实现国际化显示 ![image](https://github.com/PKUHPC/SCOW/assets/43978285/c3c7f6b8-049b-41c0-8b88-46a2565a4b7a) ![image](https://github.com/PKUHPC/SCOW/assets/43978285/51642845-a05b-4a87-81f0-4604d65be981) 此PR修复上面两个问题 **修复后** 1.在文件管理下的在终端打开时可以正常连接SHELL 2.终端页面标题栏可以正常显示登录节点名称并实现国际化 ![image](https://github.com/PKUHPC/SCOW/assets/43978285/1a8e7d50-3230-490e-bbed-5a32f367e2be) ![image](https://github.com/PKUHPC/SCOW/assets/43978285/f48faaab-3713-4f1a-8fb8-16f011f5aa8d) ![image](https://github.com/PKUHPC/SCOW/assets/43978285/23d30ff8-283d-4688-a5dc-76ca79f3b0a3)
- Loading branch information
Showing
3 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@scow/portal-web": patch | ||
--- | ||
|
||
修复文件管理下在终端中打开连接失败及终端不显示登录节点名称的问题 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters