mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-17 15:59:04 +00:00
feat: 作业中心支持 raw (网络设备使用)
This commit is contained in:
@@ -64,7 +64,7 @@ class JMSPermedInventory(JMSInventory):
|
||||
'mysql': ['mysql'],
|
||||
'postgresql': ['postgresql'],
|
||||
'sqlserver': ['sqlserver'],
|
||||
'ssh': ['shell', 'python', 'win_shell'],
|
||||
'ssh': ['shell', 'python', 'win_shell', 'raw'],
|
||||
}
|
||||
|
||||
if self.module not in protocol_supported_modules_mapping.get(protocol.name, []):
|
||||
|
Reference in New Issue
Block a user