mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-01 19:38:09 +08:00
🐞 fix(server): 资产管理 SSH 配置禁用命令无法回显
This commit is contained in:
parent
1cbd030535
commit
9d855db75b
@ -2,6 +2,14 @@
|
||||
|
||||
## 2.11.4.2
|
||||
|
||||
### 🐞 解决BUG、优化功能
|
||||
|
||||
1. 【server】修复 资产管理 SSH 配置禁用命令无法回显(感谢@zhangw)
|
||||
|
||||
------
|
||||
|
||||
## 2.11.4.2
|
||||
|
||||
### 🐣 新增功能
|
||||
|
||||
1. 【server】新增 发布系统公告
|
||||
|
@ -943,7 +943,8 @@ export default {
|
||||
name: item.name,
|
||||
fileDirs: item.fileDirs ? JSON.parse(item.fileDirs).join('\r\n') : '',
|
||||
allowEditSuffix: item.allowEditSuffix ? JSON.parse(item.allowEditSuffix).join('\r\n') : '',
|
||||
workspaceName: item.workspace?.name
|
||||
workspaceName: item.workspace?.name,
|
||||
notAllowedCommand: item.notAllowedCommand
|
||||
}
|
||||
this.configWorkspaceSshVisible = true
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user